Update entry command
This commit is contained in:
parent
a2b6847325
commit
16299feced
8 changed files with 62 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export abstract class MediaTypeModel {
|
||||
type: string;
|
||||
subType: string;
|
||||
title: string;
|
||||
englishTitle: string;
|
||||
year: string;
|
||||
|
|
@ -12,4 +13,5 @@ export abstract class MediaTypeModel {
|
|||
abstract getFileName(): string;
|
||||
|
||||
abstract getTags(): string[];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue