UNPKG

n8n-nodes-tripadvisor

Version:
4 lines (3 loc) 259 B
import type { INodeProperties } from 'n8n-workflow'; export declare function getLocationReviews(locationId: string, apiKey: string, language: string, limit: number, offset: number): Promise<any>; export declare const locationReviewsFields: INodeProperties[];