export interface ClientSessionStat {
    id: string;
    clientId: string;
    active: string;
    offline: string;
}
