diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 22:55:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:12:44 +0900 |
| commit | 1e6df136d8202c8adf65948527f4c3e7583b338c (patch) | |
| tree | 7c82476f6bbbc71d72ab7e71e39559eca197fd95 /frontend/app/types/PlayerState.ts | |
| parent | 54316868c3bec1ff9b04643dfe6c13cf56bf3246 (diff) | |
| download | phperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.tar.gz phperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.tar.zst phperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.zip | |
websocket to polling
Diffstat (limited to 'frontend/app/types/PlayerState.ts')
| -rw-r--r-- | frontend/app/types/PlayerState.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/app/types/PlayerState.ts b/frontend/app/types/PlayerState.ts deleted file mode 100644 index e2a2da9..0000000 --- a/frontend/app/types/PlayerState.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { SubmitResult } from "./SubmitResult"; - -export type PlayerState = { - score: number | null; - code: string; - submitResult: SubmitResult; -}; |
