Added plot section for books
This commit is contained in:
parent
57de3d614c
commit
18f4412158
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { MediaType } from '../utils/MediaType';
|
|||
|
||||
export class BookModel extends MediaTypeModel {
|
||||
author: string;
|
||||
plot:string;
|
||||
pages: number;
|
||||
image: string;
|
||||
onlineRating: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue