chore(mobx): refactor into interfaces

This commit is contained in:
Paul
2021-12-11 14:36:26 +00:00
parent a8491267a4
commit 2b55770ecc
7 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { makeAutoObservable, ObservableMap } from "mobx";
import { Session } from "revolt-api/types/Auth";
import { Nullable } from "revolt.js/dist/util/null";
import Persistent from "../Persistent";
import Persistent from "../interfaces/Persistent";
interface Data {
sessions: Record<string, Session>;