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