UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 176 B
import { UserError } from 'n8n-workflow'; export declare class DataTableSystemColumnNameConflictError extends UserError { constructor(columnName: string, type?: string); }