Fixed formatting
This commit is contained in:
parent
5f6f875b86
commit
e13d9e56c0
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { MediaType } from '../utils/MediaType';
|
||||||
|
|
||||||
export class BookModel extends MediaTypeModel {
|
export class BookModel extends MediaTypeModel {
|
||||||
author: string;
|
author: string;
|
||||||
plot:string;
|
plot: string;
|
||||||
pages: number;
|
pages: number;
|
||||||
image: string;
|
image: string;
|
||||||
onlineRating: number;
|
onlineRating: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue