mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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
|
// 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 GetNotificationsRes = WithRevision<ServerNotification<number>[]>
|
||||||
|
|
||||||
export type DeleteNotificationReq = { id: number } // notification.delete
|
export type DeleteNotificationReq = { id: number } // notification.delete
|
||||||
|
|||||||
Reference in New Issue
Block a user