Interface BestiesResponse

interface BestiesResponse {
    big_list: boolean;
    global_blacklist_sample: null;
    next_max_id: null;
    page_size: number;
    sections: null;
    status: string;
    users: BestiesResponseUsersItem[];
}

Properties

big_list: boolean
global_blacklist_sample: null
next_max_id: null
page_size: number
sections: null
status: string