UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 184 B
import { WithCreatedAt } from '@n8n/db'; export declare class InstanceVersionHistory extends WithCreatedAt { id: number; major: number; minor: number; patch: number; }