UNPKG

@virtuals-protocol/game-twitter-node

Version:

Strongly typed, full-featured, light, versatile yet powerful Virtual Twitter API v2 client for Node.js. Forked from twitter-api-v2.

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[]; }