UNPKG

n8n-nodes-aitable-unofficial

Version:

n8n community node for integration with AITable

7 lines (6 loc) 291 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Aitable implements INodeType { constructor(); description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }