API Reference / @evolu/common / Type / InferError
Type Alias: InferError<A>
type InferError<A> = A extends Type<any, any, any, infer Error, any, any> ? Error : never;
Defined in: packages/common/src/Type.ts:278
Type Parameters
Type Parameter |
---|
A extends AnyType |