UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 242 B
import { WithTimestamps } from '@n8n/db'; export declare class InstanceAiWorkflowSnapshot extends WithTimestamps { runId: string; workflowName: string; resourceId: string | null; status: string | null; snapshot: string; }