UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

9 lines (8 loc) 222 B
import { BaseEntity } from '@n8n/typeorm'; export declare class InsightsMetadata extends BaseEntity { metaId: number; workflowId: string; projectId: string; workflowName: string; projectName: string; }