aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/GameInstall.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/utils/GameInstall.ts')
-rw-r--r--src-vue/src/utils/GameInstall.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-vue/src/utils/GameInstall.ts b/src-vue/src/utils/GameInstall.ts
new file mode 100644
index 00000000..07358f6c
--- /dev/null
+++ b/src-vue/src/utils/GameInstall.ts
@@ -0,0 +1,4 @@
+export interface GameInstall {
+ game_path: string;
+ install_type: string;
+}