```ts const T = typed({ "...": [SomeObject, AnotherObject, ThirdObjectEtc], directProp: "string", }); ```