UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 134 B
export interface ExportableVariable { id: string; key: string; type: string; value: string; projectId?: string; }