added basic MAL api

This commit is contained in:
mProjectsCode 2022-05-06 11:36:22 +02:00
parent 30d07f79f3
commit 413a855e07
6 changed files with 114 additions and 7 deletions

View file

@ -1,7 +1,7 @@
export abstract class MediaTypeModel {
type: string;
title: string;
premiere: string;
year: string;
dataSource: string;
id: string;