UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 310 B
import { WithTimestamps } from '@n8n/db'; import type { ObservationScopeKind } from './agent-observation.entity'; export declare class AgentObservationCursorEntity extends WithTimestamps { scopeKind: ObservationScopeKind; scopeId: string; lastObservedMessageId: string; lastObservedAt: Date; }