refactor(frontend) $i の型情報にtokenを追加 (#12649)
This commit is contained in:
parent
2cfe64e9e6
commit
5cee481083
|
@ -16,7 +16,7 @@ import { unisonReload, reloadChannel } from '@/scripts/unison-reload.js';
|
||||||
|
|
||||||
// TODO: 他のタブと永続化されたstateを同期
|
// TODO: 他のタブと永続化されたstateを同期
|
||||||
|
|
||||||
type Account = Misskey.entities.MeDetailed;
|
type Account = Misskey.entities.MeDetailed & { token: string };
|
||||||
|
|
||||||
const accountData = miLocalStorage.getItem('account');
|
const accountData = miLocalStorage.getItem('account');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue