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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 0a62f557..ad7c4352 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -120,7 +120,7 @@ export interface Book { pages: BookPage[] }
export type BookPage =
{ page_type: "cover" }
| { page_type: "contents", table: [Message, number][] }
- | { page_type: "text", paragraphs: Message[] }
+ | { page_type: "text", title: Message, paragraphs: Message[] }
| { page_type: "recipe", descriptions: Message, diagram: Diagram }
export interface Diagram {