Interface ClientStatus

interface ClientStatus {
    desktop?: string;
    embedded?: string;
    mobile?: string;
    vr?: string;
    web?: string;
}

Properties

desktop?: string
embedded?: string
mobile?: string
vr?: string
web?: string