UNPKG

twitter-api-client

Version:
7 lines (6 loc) 162 B
export interface GeoIdByPlaceIdParams { /** * A place in the world. These IDs can be retrieved from geo/reverse_geocode. */ 'place_id': string; }