UNPKG

n8n-nodes-smartsuite

Version:
4 lines (3 loc) 234 B
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;