UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 209 B
import { WithTimestampsAndStringId } from '@n8n/db'; export declare class AgentThreadEntity extends WithTimestampsAndStringId { resourceId: string; title: string | null; metadata: string | null; }