Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aec16cd

Browse files
authored
docs: Export AsyncWorkflowListIterable for API reference (temporalio#1030)
1 parent bacd3b2 commit aec16cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/workflow-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ interface WorkflowHandleOptions extends GetWorkflowHandleOptions {
256256
/**
257257
* An iterable list of WorkflowExecution, as returned by {@link WorkflowClient.list}.
258258
*/
259-
interface AsyncWorkflowListIterable extends AsyncIterable<WorkflowExecutionInfo> {
259+
export interface AsyncWorkflowListIterable extends AsyncIterable<WorkflowExecutionInfo> {
260260
/**
261261
* Return an iterable of histories corresponding to this iterable's WorkflowExecutions.
262262
* Workflow histories will be fetched concurrently.

0 commit comments

Comments
 (0)