aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-11 20:50:11 +0900
committernsfisis <nsfisis@gmail.com>2024-08-11 20:53:02 +0900
commit0c448f5d403a084389acb0b3d215f8728a599302 (patch)
tree37528798ede5a89b1a7be6c6ee2fec20395668a2 /frontend
parent6d37bdd6b2f5272cacaace60cfd14e0847b0096a (diff)
downloadiosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.gz
iosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.zst
iosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.zip
feat(backend): remove `prepare` message's payload
Diffstat (limited to 'frontend')
-rw-r--r--frontend/app/.server/api/schema.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/app/.server/api/schema.d.ts b/frontend/app/.server/api/schema.d.ts
index f387715..93385f2 100644
--- a/frontend/app/.server/api/schema.d.ts
+++ b/frontend/app/.server/api/schema.d.ts
@@ -134,10 +134,6 @@ export interface components {
GamePlayerMessageS2CPrepare: {
/** @constant */
type: "player:s2c:prepare";
- data: components["schemas"]["GamePlayerMessageS2CPreparePayload"];
- };
- GamePlayerMessageS2CPreparePayload: {
- problem: components["schemas"]["Problem"];
};
GamePlayerMessageS2CStart: {
/** @constant */