UNPKG

howsmydriving-utils

Version:

Utilities used by howsmydriving package any howsmydriving-[region] plug-in modules.

14 lines (13 loc) 366 B
import { ITwitterUser } from './itwitteruser'; export interface ITweet { id?: number; id_str?: string; text?: string; full_text?: string; user_screen_name?: string; in_reply_to_screen_name?: string; in_reply_to_status_id?: number; in_reply_to_status_id_str?: string; display_text_range?: Array<number>; user?: ITwitterUser; }