n8n-nodes-hotelplanet
Version:
n8n node for HotelPlanet booking operations - AI Agent compatible
7 lines • 344 B
TypeScript
import { IExecuteFunctions } from 'n8n-core';
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class HotelPlanet implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=HotelPlanet.node.d.ts.map