forked from abner/for-legacy-web
chore: fix build errors
This commit is contained in:
2
src/types/revolt-api.d.ts
vendored
2
src/types/revolt-api.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// TODO: re-export from revolt-api in some way
|
||||
declare type Session = {
|
||||
_id: string;
|
||||
_id?: string;
|
||||
token: string;
|
||||
name: string;
|
||||
user_id: string;
|
||||
|
||||
Reference in New Issue
Block a user