mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
Improve type
This commit is contained in:
@ -8,6 +8,8 @@ import { unisonReload } from '@client/scripts/unison-reload';
|
||||
type Account = {
|
||||
id: string;
|
||||
token: string;
|
||||
isModerator: boolean;
|
||||
isAdmin: boolean;
|
||||
};
|
||||
|
||||
const data = localStorage.getItem('account');
|
||||
|
Reference in New Issue
Block a user