UNPKG

n8n-nodes-hotelplanet

Version:

n8n node for HotelPlanet booking operations - AI Agent compatible

10 lines 424 B
import { HotelPlanet } from './nodes/HotelPlanet/HotelPlanet.node'; import { HotelPlanetApi } from './credentials/hotelPlanetApi.credentials'; export declare const nodes: (typeof HotelPlanet)[]; export declare const credentials: (typeof HotelPlanetApi)[]; declare const _default: { nodes: (typeof HotelPlanet)[]; credentials: (typeof HotelPlanetApi)[]; }; export default _default; //# sourceMappingURL=index.d.ts.map