Type Alias NotificationUnreadCountResponseDto

NotificationUnreadCountResponseDto: {
    unreadCount: number;
}