search by id

This commit is contained in:
mProjectsCode 2022-05-11 23:41:55 +02:00
parent 62a4f2ec56
commit 92f3e6bab8
13 changed files with 183 additions and 29 deletions

View file

@ -3,6 +3,7 @@ export abstract class MediaTypeModel {
title: string;
year: string;
dataSource: string;
url: string;
id: string;
abstract toMetaData(): string;