UNPKG

@contaazul/n8n-nodes-contaazul

Version:

Node for integration with Conta Azul API in n8n

12 lines (11 loc) 372 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getProductsByFilter(this: IExecuteFunctions): Promise<any>; export declare function createProduct(this: IExecuteFunctions): Promise<{ json: any; }[]>; export declare function getProductById(this: IExecuteFunctions): Promise<{ json: any; pairedItem: { item: number; }; }[]>;