API reference › @evolu/common › Task › InferTaskOk
type InferTaskOk<R> = R extends Task<infer T, any, any> ? T : never;
Defined in: packages/common/src/Task.ts:470
Extracts the value type from a Task.
API reference › @evolu/common › Task › InferTaskOk
type InferTaskOk<R> = R extends Task<infer T, any, any> ? T : never;
Defined in: packages/common/src/Task.ts:470
Extracts the value type from a Task.