[WEB-2382]chore:notification files restructuring (#6181)

* chore: adjusted  increment/decrement  for unread count

* chore: improved param handling for unread notification count function

* chore:file restructuring

* fix:notification types

* chore:file restructuring

* chore:modified notfication types

* chore: modified types for notification

* chore:removed redundant checks for id
This commit is contained in:
Vamsi Krishna 2024-12-11 13:41:19 +05:30 committed by GitHub
parent d0f3987aeb
commit 134644fdf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 21 deletions

View file

@ -35,7 +35,7 @@ export type TNotificationData = {
};
export type TNotification = {
id: string | undefined;
id: string;
title: string | undefined;
data: TNotificationData | undefined;
entity_identifier: string | undefined;