export interface UpsertWorkflowExecutionDTO { workflow_id: string; transaction_id: string; execution: Record; context: Record; state: any; } //# sourceMappingURL=mutations.d.ts.map