export default class UnreadCount {
    unread: number;
    unreadMention: number;
    unreadMentionAll: number;
}
