UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 216 B
import type { Folder } from './folder'; import type { TagEntity } from './tag-entity'; export declare class FolderTagMapping { folderId: string; folders: Folder[]; tagId: string; tags: TagEntity[]; }