UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

6 lines (5 loc) 296 B
import { DataSource, Repository } from '@n8n/typeorm'; import { AgentMemoryEntrySourceEntity } from '../entities/agent-memory-entry-source.entity'; export declare class AgentMemoryEntrySourceRepository extends Repository<AgentMemoryEntrySourceEntity> { constructor(dataSource: DataSource); }