mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
no more after
This commit is contained in:
committed by
Aiden McClelland
parent
1dcf79fc85
commit
4cc5a26afe
@@ -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<ServerNotification<number>[]>
|
||||
|
||||
export type DeleteNotificationReq = { id: number } // notification.delete
|
||||
|
||||
Reference in New Issue
Block a user