feat: add disable / delete funct; bump revolt-api

This commit is contained in:
Paul Makles
2022-06-10 14:32:21 +01:00
parent e0ca1681bd
commit 6be0807433
8 changed files with 47 additions and 26 deletions

7
src/types/revolt-api.d.ts vendored Normal file
View 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;
};