UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 276 B
import { DataSource, Repository } from '@n8n/typeorm'; import { DynamicCredentialEntry } from '../entities/dynamic-credential-entry'; export declare class DynamicCredentialEntryRepository extends Repository<DynamicCredentialEntry> { constructor(dataSource: DataSource); }