mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Improve type
This commit is contained in:
parent
d9945eab78
commit
f4c987bb01
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue