UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 279 B
import { DataSource, Repository } from '@n8n/typeorm'; import { ExecutionAnnotation } from '../../databases/entities/execution-annotation.ee'; export declare class ExecutionAnnotationRepository extends Repository<ExecutionAnnotation> { constructor(dataSource: DataSource); }