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.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/src/routes/golf/watch/WatchState.ts b/frontend/src/routes/golf/watch/WatchState.ts
index 2e0b066..8d9997e 100644
--- a/frontend/src/routes/golf/watch/WatchState.ts
+++ b/frontend/src/routes/golf/watch/WatchState.ts
@@ -1 +1,7 @@
-export type WatchState = 'connecting' | 'waiting' | 'starting' | 'gaming' | 'finished' | 'failed';
+export type WatchState =
+ | "connecting"
+ | "waiting"
+ | "starting"
+ | "gaming"
+ | "finished"
+ | "failed";