aboutsummaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 4d243702..6d7bf464 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -88,6 +88,7 @@ export interface Score {
export type Message =
{ item: number }
+ | { tile: number }
| { text: string }
| { effect: string }
| { translation: { id: string, params: Message[] } }