UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines (10 loc) 198 B
export interface ExportResult { count: number; folder: string; files: Array<{ id: string; name: string; }>; removedFiles?: string[]; missingIds?: string[]; }