Skip to content

Commit fbb9ea8

Browse files
committed
Remove the unused type ResponseMarkAsRead
1 parent 2e59c69 commit fbb9ea8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ts/WoltLabSuite/Core/Ui/User/Menu/Data/Notification.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ type ResponseGetData = {
130130
totalCount: number;
131131
};
132132

133-
type ResponseMarkAsRead = {
134-
markAsRead: number;
135-
totalCount: number;
136-
};
137-
138133
class UserMenuDataNotification implements DesktopNotifications, UserMenuProvider {
139134
private readonly button: HTMLElement;
140135
private readonly options: Options;

0 commit comments

Comments
 (0)