admin/delete-logs

This commit is contained in:
marihachi 2021-05-20 22:09:06 +09:00
parent cd4713db34
commit f2daf229c3

View file

@ -8,7 +8,7 @@ export type Endpoints = {
// admin
'admin/abuse-user-reports': { req: TODO; res: TODO; };
'admin/delete-all-files-of-a-user': { req: { userId: User['id']; }; res: null; };
'admin/delete-logs': { req: TODO; res: null; };
'admin/delete-logs': { req: null; res: null; };
'admin/get-index-stats': { req: TODO; res: TODO; };
'admin/get-table-stats': { req: TODO; res: TODO; };
'admin/invite': { req: TODO; res: TODO; };