using salesbook.Shared.Core.Dto.Notification; namespace salesbook.Shared.Core.Dto.PageState; public class NotificationState { public List UnreadNotifications { get; set; } = []; }