UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 211 B
import { WithTimestamps } from '@n8n/db'; export declare class InstanceAiObservationCursor extends WithTimestamps { observationScopeId: string; lastObservedMessageId: string; lastObservedAt: Date; }