Skip to content
Snippets Groups Projects
Commit 6d1d7b53 authored by syuilo's avatar syuilo
Browse files

Improve type

parent 55e5c124
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment