[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:
parent
d0f3987aeb
commit
134644fdf1
8 changed files with 8 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue