delete before comment

This commit is contained in:
Drew Ansbacher
2021-09-16 10:20:48 -06:00
committed by Drew Ansbacher
parent 268130ef91
commit f6283c06c7

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