feat: batch games and code refactor

This commit is contained in:
Zamitto
2024-06-16 23:43:18 -03:00
parent ce13f6aa21
commit e14e49cdcc
10 changed files with 161 additions and 106 deletions

View File

@@ -0,0 +1,4 @@
export * from "./get-remote-games";
export * from "./upload-batch-games";
export * from "./update-game-playtime";
export * from "./create-game";