UNPKG

n8n-nodes-tripadvisor

Version:
4 lines (3 loc) 321 B
import type { INodeProperties } from 'n8n-workflow'; export declare function getNearbyLocationSearch(apiKey: string, latLong: string, category: string, phone: string, address: string, radius: string, radiusUnit: string, language: string): Promise<any>; export declare const nearbyLocationSearchFields: INodeProperties[];