/**
* This file was auto-generated on 2023-10-24T15:44:49.879Z
* flickr.places.resolvePlaceURL
* Find Flickr Places information by Place URL.
This method has been deprecated. It won't be removed but you should use flickr.places.getInfoByUrl instead.
* Permissions required: none
*/
export type FlickrPlacesResolvePlaceURLParams = {
/**
* A Flickr Places URL.
Flickr Place URLs are of the form /country/region/city
*/
url: string;
};