UNPKG

n8n-nodes-tripadvisor

Version:
4 lines (3 loc) 246 B
import type { INodeProperties } from 'n8n-workflow'; export declare function getLocationDetails(locationId: string, apiKey: string, language: string, currency: string): Promise<any>; export declare const locationDetailsFields: INodeProperties[];