/** * This file was auto-generated on 2023-10-24T15:44:49.869Z * flickr.places.getInfoByUrl * Lookup information about a place, by its flickr.com/places URL. * Permissions required: none */ export type FlickrPlacesGetInfoByUrlParams = { /** * A flickr.com/places URL in the form of /country/region/city. For example: /Canada/Quebec/Montreal */ url: string; };