From e8929b27444908b1f90b9ed3a4d52c5fd63fdf8c Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 18 Mar 2026 12:12:45 +0800 Subject: fix(macro): update ts export macro https://github.com/HydroRoll-Team/DropOut/pull/117#discussion_r2922886584 --- packages/ui/src/stores/game-store.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'packages/ui/src/stores/game-store.ts') 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; -- cgit v1.2.3-70-g09d2