Skip to content

Commit 94a364e

Browse files
lorensrbergundy
andauthored
Update packages/client/src/interceptors.ts
Co-authored-by: Roey Berman <[email protected]>
1 parent fe7f19d commit 94a364e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/interceptors.ts

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface WorkflowCancelInput {
6262
readonly firstExecutionRunId?: string;
6363
}
6464

65+
/** Input for WorkflowClientCallsInterceptor.describe */
6566
export interface WorkflowDescribeInput {
6667
readonly workflowExecution: WorkflowExecution;
6768
readonly firstExecutionRunId?: string;

0 commit comments

Comments
 (0)