aboutsummaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
Diffstat (limited to 'test-client')
-rw-r--r--test-client/protocol.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index ad7c4352..c4022e85 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -121,7 +121,7 @@ export type BookPage =
{ page_type: "cover" }
| { page_type: "contents", table: [Message, number][] }
| { page_type: "text", title: Message, paragraphs: Message[] }
- | { page_type: "recipe", descriptions: Message, diagram: Diagram }
+ | { page_type: "recipe", title: Message, descriptions: Message, diagram: Diagram }
export interface Diagram {
nodes: DiagramNode[]