UNPKG

twitter-api-client

Version:
14 lines (13 loc) 260 B
export default interface TrendsAvailable { country: string; countryCode: string; name: string; parentid: number; placeType: PlaceType; url: string; woeid: number; } export interface PlaceType { code: number; name: string; }