UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

6 lines (5 loc) 124 B
import type { User } from '@n8n/db'; export interface ExportWorkflowsRequest { user: User; workflowIds: string[]; }