forked from abner/for-legacy-web
feat: add disable / delete funct; bump revolt-api
This commit is contained in:
@@ -58,7 +58,7 @@ export interface LegacySyncOptions {
|
||||
export interface LegacyAuthState {
|
||||
accounts: {
|
||||
[key: string]: {
|
||||
session: API.Session;
|
||||
session: Session;
|
||||
};
|
||||
};
|
||||
active?: string;
|
||||
|
||||
Reference in New Issue
Block a user