mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
feat: add disable / delete funct; bump revolt-api
This commit is contained in:
7
src/types/revolt-api.d.ts
vendored
Normal file
7
src/types/revolt-api.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// TODO: re-export from revolt-api in some way
|
||||
declare type Session = {
|
||||
_id: string;
|
||||
token: string;
|
||||
name: string;
|
||||
user_id: string;
|
||||
};
|
||||
Reference in New Issue
Block a user