From 82429caf3c2886c2d94e09d020e645b06bd4680d Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 9 Sep 2023 13:50:17 +0200 Subject: Allow to open book detail in modal --- src/book.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/book.ts') diff --git a/src/book.ts b/src/book.ts index a5ddb75..328f8e1 100644 --- a/src/book.ts +++ b/src/book.ts @@ -1,6 +1,6 @@ export interface Book { title: string - subtitle: string + subtitle?: string authors: Array authorsSort: string genres: Array -- cgit v1.2.3