UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

3 lines (2 loc) 124 B
import type { IWorkflowBase } from 'n8n-workflow'; export declare function formatWorkflow(workflow: IWorkflowBase): string;