/** * This file was auto-generated on 2023-10-24T15:44:49.868Z * flickr.places.getInfo * Get informations about a place. * Permissions required: none */ export type FlickrPlacesGetInfoParams = { /** * A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */ place_id?: string; /** * A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */ woe_id?: string; };