UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 205 B
import { WithTimestamps } from '@n8n/db'; export declare class InstanceAiResource extends WithTimestamps { id: string; workingMemory: string | null; metadata: Record<string, unknown> | null; }