UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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