aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/WatchState.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/watch/WatchState.ts')
-rw-r--r--frontend/src/routes/golf/watch/WatchState.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/routes/golf/watch/WatchState.ts b/frontend/src/routes/golf/watch/WatchState.ts
new file mode 100644
index 0000000..2e0b066
--- /dev/null
+++ b/frontend/src/routes/golf/watch/WatchState.ts
@@ -0,0 +1 @@
+export type WatchState = 'connecting' | 'waiting' | 'starting' | 'gaming' | 'finished' | 'failed';