UNPKG

twitter-api-v2-patch

Version:

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.

11 lines (10 loc) 260 B
import { TrendLocationV1, TrendV1 } from './entities.v1.types'; export interface TrendsPlaceV1Params { exclude: string; } export interface TrendMatchV1 { trends: TrendV1[]; as_of: string; created_at: string; locations: TrendLocationV1[]; }