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