/**
* This file was auto-generated on 2023-10-24T15:44:49.870Z
* flickr.places.getShapeHistory
* Return an historical list of all the shape data generated for a Places or Where on Earth (WOE) ID.
* Permissions required: none
*/
export type FlickrPlacesGetShapeHistoryParams = {
/**
* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)
*/
place_id?: string;
/**
* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)
*/
woe_id?: string;
};