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