Skip to content

ExtractOutputFromType

ExtractOutputFromType<T> = T extends Type<any, infer TOut> ? TOut : never

Defined in: packages/schema/src/types/base.ts:73

T