interface Statistics {
    comments: Comments;
    timeshiftReservations?: TimeshiftReservations;
    viewers: NicoNama.Viewers;
}

Properties

comments: Comments
timeshiftReservations?: TimeshiftReservations
viewers: NicoNama.Viewers