/** * This file was auto-generated on 2023-10-24T15:44:49.872Z * flickr.places.getTopPlacesList * Return the top 100 most geotagged places for a day. * Permissions required: none */ export type FlickrPlacesGetTopPlacesListParams = { /** * The numeric ID for a specific place type to cluster photos by.

Valid place type IDs are : */ place_type_id: string; /** * A valid date in YYYY-MM-DD format. The default is yesterday. */ date?: string; /** * Limit your query to only those top places belonging to a specific Where on Earth (WOE) identifier. */ woe_id?: string; /** * Limit your query to only those top places belonging to a specific Flickr Places identifier. */ place_id?: string; };