interface GlobalObject {
    tweets: {
        [key: string]: Tweet;
    };
    users: {
        [key: string]: Twitter.User;
    };
}

Properties

Properties

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

Type declaration

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

Type declaration