Tags
This commit is contained in:
parent
003c568099
commit
344c1ebf6c
8 changed files with 39 additions and 7 deletions
|
|
@ -10,4 +10,6 @@ export abstract class MediaTypeModel {
|
|||
abstract toMetaData(): string;
|
||||
|
||||
abstract getFileName(): string;
|
||||
|
||||
abstract getTags(): string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue