forked from abner/for-legacy-web
feat: build finite state machine for sessions
This commit is contained in:
2
src/types/revolt-api.d.ts
vendored
2
src/types/revolt-api.d.ts
vendored
@@ -5,3 +5,5 @@ declare type Session = {
|
||||
name: string;
|
||||
user_id: string;
|
||||
};
|
||||
|
||||
declare type SessionPrivate = Session;
|
||||
|
||||
Reference in New Issue
Block a user