add: sponsors
This commit is contained in:
parent
96d99f04fb
commit
2d31c189d8
5 changed files with 73 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue