Type Alias GetUnreadNotificationHistoryCountResponse

GetUnreadNotificationHistoryCountResponse: {
    __typename?: "GetUnreadNotificationHistoryCountResponse";
    count: Scalars["Int"]["output"];
}