mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
feat: Update src/things/book.ts - made ISBN optional
This commit is contained in:
@@ -42,7 +42,7 @@ export interface SCBookWithoutReferences
|
||||
* @filterable
|
||||
* @keyword
|
||||
*/
|
||||
isbn: string;
|
||||
isbn?: string;
|
||||
|
||||
/**
|
||||
* Number of pages of a book
|
||||
|
||||
Reference in New Issue
Block a user