export interface GeoIdByPlaceIdParams { /** * A place in the world. These IDs can be retrieved from geo/reverse_geocode. */ 'place_id': string; }