diff options
Diffstat (limited to 'src/book.ts')
-rw-r--r-- | src/book.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<string> authorsSort: string genres: Array<string> |