UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 245 B
import type { TagEntity } from './TagEntity'; import type { WorkflowEntity } from './WorkflowEntity'; export declare class WorkflowTagMapping { workflowId: string; workflows: WorkflowEntity[]; tagId: string; tags: TagEntity[]; }