@n8n-plus/n8n-plus
Version:
n8n Workflow Automation Tool (plus edition)
13 lines (12 loc) • 362 B
TypeScript
import { WithTimestamps } from '@n8n/db';
export declare class InstanceAiRunSnapshot extends WithTimestamps {
threadId: string;
runId: string;
messageGroupId: string | null;
runIds: string[] | null;
tree: string;
traceId: string | null;
spanId: string | null;
langsmithRunId: string | null;
langsmithTraceId: string | null;
}