mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
delete before comment
This commit is contained in:
committed by
Aiden McClelland
parent
cfc937f17a
commit
309d37abd2
@@ -74,7 +74,7 @@ export module RR {
|
|||||||
export type DeleteNotificationReq = { id: number } // notification.delete
|
export type DeleteNotificationReq = { id: number } // notification.delete
|
||||||
export type DeleteNotificationRes = null
|
export type DeleteNotificationRes = null
|
||||||
|
|
||||||
export type DeleteAllNotificationsReq = { before: number } // notification.delete.all
|
export type DeleteAllNotificationsReq = { before: number } // notification.delete-before
|
||||||
export type DeleteAllNotificationsRes = null
|
export type DeleteAllNotificationsRes = null
|
||||||
|
|
||||||
// wifi
|
// wifi
|
||||||
|
|||||||
Reference in New Issue
Block a user