/**
* This file was auto-generated on 2023-10-24T15:44:49.865Z
* flickr.places.find
* Return a list of place IDs for a query string.
The flickr.places.find method is not a geocoder. It will round up
to the nearest place type to which place IDs apply. For example, if you pass it a street level address it will return the city that contains the address rather than the street, or building, itself.
* Permissions required: none
*/
export type FlickrPlacesFindParams = {
/**
* The query string to use for place ID lookups
*/
query: string;
};