API reference / @evolu/common / Type / InferType
Type Alias: InferType<A>
type InferType<A> =
A extends Type<any, infer T, any, any, any, any> ? T : never;
Defined in: packages/common/src/Type.ts:426
Extracts the type from a Type.
Type Parameters
| Type Parameter |
|---|
A extends AnyType |