UNPKG

n8n-nodes-tripadvisor

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