Type Alias GetUnreadNotificationHistoryCountQuery

GetUnreadNotificationHistoryCountQuery: {
    __typename?: "NotifiQuery";
    unreadNotificationHistoryCount: {
        __typename?: "GetUnreadNotificationHistoryCountResponse";
        count: number;
    };
}