UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 233 B
import { WithTimestamps } from '@n8n/db'; export declare class AgentObservationCursorEntity extends WithTimestamps { agentId: string; observationScopeId: string; lastObservedMessageId: string; lastObservedAt: Date; }