@contaazul/n8n-nodes-contaazul
Version:
Node for integration with Conta Azul API in n8n
17 lines (16 loc) • 433 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getPersonsByFilter(this: IExecuteFunctions): Promise<{
json: any;
pairedItem: {
item: number;
};
}[]>;
export declare function getPersonById(this: IExecuteFunctions): Promise<{
json: any;
pairedItem: {
item: number;
};
}[]>;
export declare function createPerson(this: IExecuteFunctions): Promise<{
json: any;
}[]>;