UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 241 B
import { WithTimestamps } from '@n8n/db'; export declare class InstanceAiMessage extends WithTimestamps { id: string; threadId: string; content: string; role: string; type: string | null; resourceId: string | null; }