chore(mobx): add legacy redux migations

This commit is contained in:
Paul
2021-12-21 12:31:14 +00:00
parent 961ba0dedb
commit b80e02cfaf
10 changed files with 99 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import { mapToRecord } from "../../lib/conversion";
import Persistent from "../interfaces/Persistent";
import Store from "../interfaces/Store";
interface Data {
export interface Data {
lastSection?: "home" | "server";
lastHomePath?: string;
lastOpened?: Record<string, string>;