API reference › @evolu/common › Task › InferTaskErr
type InferTaskErr<R> = R extends Task<any, infer E, any> ? E : never;
Defined in: packages/common/src/Task.ts:478
Extracts the error type from a Task.
API reference › @evolu/common › Task › InferTaskErr
type InferTaskErr<R> = R extends Task<any, infer E, any> ? E : never;
Defined in: packages/common/src/Task.ts:478
Extracts the error type from a Task.