UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 266 B
import { WithTimestamps, Project } from '@n8n/db'; export declare class InstanceAiThread extends WithTimestamps { id: string; resourceId: string; project: Project; projectId: string; title: string; metadata: Record<string, unknown> | null; }