We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf6ca commit 2ca8203Copy full SHA for 2ca8203
packages/worker/src/interceptors.ts
@@ -111,4 +111,4 @@ export interface WorkerInterceptors {
111
workflowModules?: string[];
112
}
113
114
-export type CompiledWorkerInterceptors = Required<Pick<WorkerInterceptors, 'activity' | 'workflowModules'>>;
+export type CompiledWorkerInterceptors = Required<Pick<WorkerInterceptors, 'client' | 'activity' | 'workflowModules'>>;
0 commit comments