aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui/src/stores
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-03-18 12:12:45 +0800
committerHsiangNianian <i@jyunko.cn>2026-03-18 12:14:09 +0800
commite8929b27444908b1f90b9ed3a4d52c5fd63fdf8c (patch)
tree81570f4d4eed56c576530c9ea028fd2aa822820e /packages/ui/src/stores
parent8c913f2685383bcfa154c947a43571a8d33679ae (diff)
downloadDropOut-e8929b27444908b1f90b9ed3a4d52c5fd63fdf8c.tar.gz
DropOut-e8929b27444908b1f90b9ed3a4d52c5fd63fdf8c.zip
fix(macro): update ts export macro
https://github.com/HydroRoll-Team/DropOut/pull/117#discussion_r2922886584
Diffstat (limited to 'packages/ui/src/stores')
-rw-r--r--packages/ui/src/stores/game-store.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/ui/src/stores/game-store.ts b/packages/ui/src/stores/game-store.ts
index 0d896a1..1eaf7e7 100644
--- a/packages/ui/src/stores/game-store.ts
+++ b/packages/ui/src/stores/game-store.ts
@@ -8,15 +8,9 @@ import {
stopGame as stopGameCommand,
} from "@/client";
import type { Account } from "@/types/bindings/auth";
+import type { GameExitedEvent } from "@/types/bindings/core";
import type { Version } from "@/types/bindings/manifest";
-interface GameExitedEvent {
- instanceId: string;
- versionId: string;
- exitCode: number | null;
- wasStopped: boolean;
-}
-
interface GameState {
versions: Version[];
selectedVersion: string;