UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 205 B
import type { FieldTypeMap } from 'n8n-workflow'; export type DataTableUserTableName = `${string}data_table_user_${string}`; export declare const columnTypeToFieldType: Record<string, keyof FieldTypeMap>;