Added plot section for books

This commit is contained in:
ltctceplrm 2023-12-09 15:20:21 +01:00
parent 57de3d614c
commit 18f4412158
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import { MediaType } from '../utils/MediaType';
export class BookModel extends MediaTypeModel {
author: string;
plot:string;
pages: number;
image: string;
onlineRating: number;