add: type for approve-user endpoint

This commit is contained in:
Mar0xy 2023-10-18 19:57:03 +02:00
parent cf6e720139
commit 4e121892e6
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -33,6 +33,7 @@ export type Endpoints = {
'admin/suspend-user': { req: TODO; res: TODO; };
'admin/nsfw-user': { req: TODO; res: TODO; };
'admin/unnsfw-user': { req: TODO; res: TODO; };
'admin/approve-user': { req: TODO; res: TODO; };
'admin/unsilence-user': { req: TODO; res: TODO; };
'admin/unsuspend-user': { req: TODO; res: TODO; };
'admin/update-meta': { req: TODO; res: TODO; };