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