API optimisations (#343)

* feat: api optimisation

* feat: emulator rename
This commit is contained in:
DecDuck
2026-02-06 23:12:03 +11:00
committed by GitHub
parent 276f4f6389
commit 9b0f9994f6
20 changed files with 246 additions and 134 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ declare module "@vue/runtime-core" {
interface ComponentCustomOptions extends _ComponentCustomOptions {}
}
export interface ExecutorLaunchObject {
export interface EmulatorLaunchObject {
launchId: string;
gameName: string;
gameIcon: string;