UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 191 B
import { WithTimestamps } from '@n8n/db'; export declare class InstanceAiIterationLog extends WithTimestamps { id: string; threadId: string; taskKey: string; entry: string; }