Cleanup and enhance types
This commit is contained in:
parent
3d4041cf16
commit
c4643ae642
2 changed files with 9 additions and 17 deletions
|
|
@ -4,17 +4,9 @@ import {MediaType} from '../utils/MediaType';
|
|||
|
||||
|
||||
export class BoardGameModel extends MediaTypeModel {
|
||||
type: string;
|
||||
title: string;
|
||||
englishTitle: string;
|
||||
year: string;
|
||||
dataSource: string;
|
||||
url: string;
|
||||
id: string;
|
||||
|
||||
genres: string[];
|
||||
onlineRating: number;
|
||||
image: string;
|
||||
image?: string;
|
||||
|
||||
released: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue