UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 211 B
import { DataSource, Repository } from '@n8n/typeorm'; import { ApiKey } from '../entities/api-key'; export declare class ApiKeyRepository extends Repository<ApiKey> { constructor(dataSource: DataSource); }