mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
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