search by id
This commit is contained in:
parent
62a4f2ec56
commit
92f3e6bab8
13 changed files with 183 additions and 29 deletions
|
|
@ -3,6 +3,7 @@ export abstract class MediaTypeModel {
|
|||
title: string;
|
||||
year: string;
|
||||
dataSource: string;
|
||||
url: string;
|
||||
id: string;
|
||||
|
||||
abstract toMetaData(): string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue