Removed isbn10 field
Since I'm now using the general work rather than a specific edition
This commit is contained in:
parent
e89bf8e455
commit
a15af42d85
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import { MediaType } from '../utils/MediaType';
|
|||
export class BookModel extends MediaTypeModel {
|
||||
author: string;
|
||||
pages: string;
|
||||
isbn10: string;
|
||||
image: string;
|
||||
english_title: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue