aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/types/game.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-07-04 22:37:36 -0700
committerPinapelz <yukais@pinapelz.com>2025-07-04 22:37:36 -0700
commit7ccfb9a52cc78a95a4533ab4b971d959bdeecc1c (patch)
treed9c64f6191043b5f370c776f9578d0d46b67f2c7 /frontend/src/types/game.ts
parentaf8af562fb91747228efafdcf8b2ff38ade5343d (diff)
add score json upload functionality
Diffstat (limited to 'frontend/src/types/game.ts')
-rw-r--r--frontend/src/types/game.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/types/game.ts b/frontend/src/types/game.ts
new file mode 100644
index 0000000..3c595ea
--- /dev/null
+++ b/frontend/src/types/game.ts
@@ -0,0 +1,5 @@
+export interface SupportedGame {
+ internalName: string;
+ formattedName: string;
+ description: string;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage