UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 305 B
import type { AnnotationTagEntity } from './annotation-tag-entity.ee'; import type { ExecutionAnnotation } from './execution-annotation.ee'; export declare class AnnotationTagMapping { annotationId: number; annotations: ExecutionAnnotation[]; tagId: string; tags: AnnotationTagEntity[]; }