UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 254 B
import { DataSource, Repository } from '@n8n/typeorm'; import { EventDestinations } from '../entities/EventDestinations'; export declare class EventDestinationsRepository extends Repository<EventDestinations> { constructor(dataSource: DataSource); }