UNPKG

@medusajs/types

Version:
8 lines 234 B
export interface UpsertWorkflowExecutionDTO { workflow_id: string; transaction_id: string; execution: Record<string, unknown>; context: Record<string, unknown>; state: any; } //# sourceMappingURL=mutations.d.ts.map