export interface ILivechatMonitor {
_id: string;
name: string;
enabled: boolean;
numMonitors: number;
type: string;
visibility: string;
}