UNPKG

n8n-nodes-hotelplanet

Version:

n8n node for HotelPlanet booking operations - AI Agent compatible

8 lines 296 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class HotelPlanetApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=hotelPlanetApi.credentials.d.ts.map