API Reference / @evolu/common / Type / InferInput
Type Alias: InferInput<A>
type InferInput<A> = A extends Type<any, any, infer Input, any, any, any> ? Input : never;
Defined in: packages/common/src/Type.ts:275
Type Parameters
Type Parameter |
---|
A extends AnyType |