chore: fix build errors

This commit is contained in:
Paul Makles
2022-06-10 17:00:37 +01:00
parent 277eaa685d
commit 71f8fc86a4
6 changed files with 25 additions and 12 deletions

View File

@@ -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;