interface Viewers {
    current: number;
    total: number;
}

Properties

Properties

current: number
total: number