diff --git a/ui/src/app/services/api/api.types.ts b/ui/src/app/services/api/api.types.ts index a68b8d5de..589e5a1e8 100644 --- a/ui/src/app/services/api/api.types.ts +++ b/ui/src/app/services/api/api.types.ts @@ -68,7 +68,7 @@ export module RR { // notification - export type GetNotificationsReq = WithExpire<{ before?: number, after?: number, limit?: number }> // notification.list + export type GetNotificationsReq = WithExpire<{ before?: number, limit?: number }> // notification.list export type GetNotificationsRes = WithRevision[]> export type DeleteNotificationReq = { id: number } // notification.delete