From fb7ed21d82a3387d9575f93a9561d8b9c563c68d Mon Sep 17 00:00:00 2001 From: Glax Date: Sun, 27 Oct 2024 03:39:40 +0100 Subject: [PATCH] Update Types doc with last merge for Chapters --- docs/Types.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Types.md b/docs/Types.md index bfc3cb5..8ca9d05 100644 --- a/docs/Types.md +++ b/docs/Types.md @@ -41,7 +41,8 @@ "volumeNumber": string, "chapterNumber": string, "url": string, - "fileName": string + "fileName": string, + "id": string? } ```