added basic MAL api
This commit is contained in:
parent
30d07f79f3
commit
413a855e07
6 changed files with 114 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export abstract class MediaTypeModel {
|
||||
type: string;
|
||||
title: string;
|
||||
premiere: string;
|
||||
year: string;
|
||||
dataSource: string;
|
||||
id: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue