UNPKG

n8n

Version:

n8n Workflow Automation Tool

12 lines (11 loc) 246 B
export type ExportableFolder = { id: string; name: string; parentFolderId: string | null; homeProjectId: string; createdAt: string; updatedAt: string; }; export type ExportedFolders = { folders: ExportableFolder[]; };