diff --git a/projects/app/src/global/core/workflow/api.d.ts b/projects/app/src/global/core/workflow/api.d.ts index c4a37c272..49bd6d991 100644 --- a/projects/app/src/global/core/workflow/api.d.ts +++ b/projects/app/src/global/core/workflow/api.d.ts @@ -18,5 +18,6 @@ export type PostWorkflowDebugResponse = { finishedEdges: RuntimeEdgeItemType[]; nextStepRunNodes: RuntimeNodeItemType[]; flowResponses: ChatHistoryItemResType[]; + workflowInteractiveResponse?: WorkflowInteractiveResponseType; newVariables: Record; };