add: sponsors

This commit is contained in:
Mar0xy 2023-10-14 01:59:09 +02:00
parent 96d99f04fb
commit 2d31c189d8
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
5 changed files with 73 additions and 0 deletions

View file

@ -583,6 +583,9 @@ export type Endpoints = {
// reset-password
'reset-password': { req: { token: string; password: string; }; res: null; };
// sponsors
'sponsors': { req: { forceUpdate: boolean; }; res: null; };
// room
'room/show': { req: TODO; res: TODO; };
'room/update': { req: TODO; res: TODO; };