/** * This file was auto-generated by Fern from our API Definition. */ /** * The response from an async Workflow Deployment execution. */ export interface ExecuteWorkflowAsyncResponse { /** The ID of the workflow execution. */ executionId: string; }