@jealous-robot-dev/shared-types-responses 1.41.5 → 1.41.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,8 +17,7 @@ export interface Notifications {
|
|
17
17
|
}
|
18
18
|
export interface UserNotificationsData {
|
19
19
|
notifs: {
|
20
|
-
|
21
|
-
customer: Notifications;
|
20
|
+
[key in NotificationCategory]: Notifications;
|
22
21
|
};
|
23
22
|
}
|
24
23
|
export interface UserNotificationsResponse extends QueryResponse<UserNotificationsData, UserNotificationsPhrases> {
|