/**
* This file was auto-generated on 2023-10-24T15:44:49.878Z
* flickr.places.resolvePlaceId
* Find Flickr Places information by Place ID.
This method has been deprecated. It won't be removed but you should use flickr.places.getInfo instead.
* Permissions required: none
*/
export type FlickrPlacesResolvePlaceIdParams = {
/**
* A Flickr Places ID
*/
place_id: string;
};