UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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; }