diff options
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r-- | test-client/protocol.ts | 1 |
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[] } } |