delete before comment

This commit is contained in:
Drew Ansbacher
2021-09-16 10:20:48 -06:00
committed by Aiden McClelland
parent cfc937f17a
commit 309d37abd2

View File

@@ -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