UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 178 B
export type ExportableFolder = { id: string; name: string; parentFolderId: string | null; homeProjectId: string; createdAt: string; updatedAt: string; };