InferStructSource<U>: MarkOptionals<{
    [K in keyof U]: Space.Store.Schema.InferSource<U[K]>
}>

Type Parameters

Generated using TypeDoc