API reference › @evolu/common › Type › InferInput
type InferInput<A> =
A extends Type<any, any, infer Input, any, any, any> ? Input : never;
Defined in: packages/common/src/Type.ts:545
Extracts the input type from a Type.
API reference › @evolu/common › Type › InferInput
type InferInput<A> =
A extends Type<any, any, infer Input, any, any, any> ? Input : never;
Defined in: packages/common/src/Type.ts:545
Extracts the input type from a Type.