API reference › @evolu/common › Task › InferTaskDeps
type InferTaskDeps<R> = R extends Task<any, any, infer D> ? D : never;
Defined in: packages/common/src/Task.ts:486
Extracts the deps type from a Task.
API reference › @evolu/common › Task › InferTaskDeps
type InferTaskDeps<R> = R extends Task<any, any, infer D> ? D : never;
Defined in: packages/common/src/Task.ts:486
Extracts the deps type from a Task.