UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 274 B
import { DataSource, Repository } from '@n8n/typeorm'; import { AnnotationTagEntity } from '../../databases/entities/annotation-tag-entity.ee'; export declare class AnnotationTagRepository extends Repository<AnnotationTagEntity> { constructor(dataSource: DataSource); }