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 c219b68 commit 52d2045Copy full SHA for 52d2045
1 file changed
packages/nexus/src/workflow-helpers.ts
@@ -12,8 +12,7 @@ import type {
12
WorkflowStartOptions as ClientWorkflowStartOptions,
13
WorkflowSignalWithStartOptions as ClientWorkflowSignalWithStartOptions,
14
} from '@temporalio/client';
15
-import { WorkflowUpdateStage } from '@temporalio/client';
16
-import type { WorkflowUpdateHandle, WorkflowUpdateOptions } from '@temporalio/client';
+import { WorkflowUpdateStage, type WorkflowUpdateHandle, type WorkflowUpdateOptions } from '@temporalio/client';
17
import { type temporal } from '@temporalio/proto';
18
import type {
19
InternalWorkflowHandle,
0 commit comments