UNPKG

n8n-nodes-tripadvisor

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