diff --git a/ui/src/app/services/api/api.types.ts b/ui/src/app/services/api/api.types.ts index 589e5a1e8..28ef5722f 100644 --- a/ui/src/app/services/api/api.types.ts +++ b/ui/src/app/services/api/api.types.ts @@ -74,7 +74,7 @@ export module RR { export type DeleteNotificationReq = { id: number } // notification.delete export type DeleteNotificationRes = null - export type DeleteAllNotificationsReq = { before: number } // notification.delete.all + export type DeleteAllNotificationsReq = { before: number } // notification.delete-before export type DeleteAllNotificationsRes = null // wifi