n8n
Version:
n8n Workflow Automation Tool
5 lines (4 loc) • 420 B
TypeScript
import type { ManifestEntry } from '../spec/manifest.schema';
export declare function foldersInScope(entries: ManifestEntry[] | undefined, basePrefix?: string): ManifestEntry[];
export declare function workflowsInScope(entries: ManifestEntry[] | undefined, basePrefix?: string): ManifestEntry[];
export declare function deriveParentFolderId(workflowTarget: string, folderTargetToId: Map<string, string>): string | null;