n8n-nodes-tripadvisor
Version:
Tripadvisor custom node for n8n
4 lines (3 loc) • 330 B
TypeScript
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[];