Interface GlobalObject

Hierarchy

  • GlobalObject

Properties

Properties

tweets: {
    [key: string]: Tweet;
}

Type declaration

users: {
    [key: string]: Twitter.User;
}

Type declaration