UNPKG

n8n-nodes-uazapi-api

Version:

N8N Community Node para integração com UAZAPI API

7 lines (6 loc) 400 B
import { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class UazapiApi implements INodeType { description: INodeTypeDescription; loadInstanceTokens(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }