UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines (10 loc) 236 B
export interface SourceControlWorkflowVersionId { id: string; versionId: string; filename: string; name?: string; localId?: string; remoteId?: string; parentFolderId: string | null; updatedAt?: string; }