API reference › @evolu/common › Type › InferParent
type InferParent<A> =
A extends Type<any, any, any, any, infer Parent, any> ? Parent : never;
Defined in: packages/common/src/Type.ts:561
Extracts the parent type from a Type.
API reference › @evolu/common › Type › InferParent
type InferParent<A> =
A extends Type<any, any, any, any, infer Parent, any> ? Parent : never;
Defined in: packages/common/src/Type.ts:561
Extracts the parent type from a Type.