From 15c0d3f4236d43c43178f4cc1fc32171ebb732f7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 21 Jul 2024 09:48:34 +0200 Subject: add menu to test-client --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/protocol.ts') diff --git a/test-client/protocol.ts b/test-client/protocol.ts index c63e820f..432f30e2 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -64,7 +64,7 @@ export type PacketC = export type Menu = { menu: "book" } - | { menu: "score" } & Score + | { menu: "score", data: Score } export interface Score { points: number, -- cgit v1.2.3-70-g09d2