UNPKG

n8n-nodes-tulip

Version:
6 lines (5 loc) 476 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getTables(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getColumns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getRecordsIDs(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getMachines(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;