UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 290 B
import { WithTimestampsAndStringId } from '@n8n/db'; export declare class AgentMemoryEntrySourceEntity extends WithTimestampsAndStringId { agentId: string; memoryEntryId: string; observationId: string; threadId: string; evidenceHash: string; evidenceText: string; }