odyssey-client/src/store/state.ts

6 lines
81 B
TypeScript

import UIStore from "./ui/state";
export interface GameStore {
ui: UIStore;
}