export interface CheckDMTabResponse {
    hideDmTab: boolean;
    isCm: boolean;
    unreadDmCount: number;
    hideDmText: string | undefined;
}
