UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

8 lines (7 loc) 205 B
import { WithTimestamps } from '@n8n/db'; export declare class AgentMemoryEntryLockEntity extends WithTimestamps { agentId: string; resourceId: string; holderId: string; heldUntil: Date; }