InferTuple<U>: {
    [K in keyof U]: Space.Store.Schema.Infer<U[K]>
}

Type Parameters

Generated using TypeDoc