API reference › @evolu/common › Result › InferErr
type InferErr<R> = R extends Err<infer E> ? E : never;
Defined in: packages/common/src/Result.ts:283
Extracts the error type from a Result.
API reference › @evolu/common › Result › InferErr
type InferErr<R> = R extends Err<infer E> ? E : never;
Defined in: packages/common/src/Result.ts:283
Extracts the error type from a Result.