API reference › @evolu/common › Type › InferErrors
type InferErrors<T> =
T extends Type<any, any, any, infer Error, any, infer ParentError>
? Error | ParentError
: never;
Defined in: packages/common/src/Type.ts:579
Extracts all error types from a Type.