This commit is contained in:
mProjectsCode 2022-05-18 22:22:11 +02:00
parent 003c568099
commit 344c1ebf6c
8 changed files with 39 additions and 7 deletions

View file

@ -10,4 +10,6 @@ export abstract class MediaTypeModel {
abstract toMetaData(): string;
abstract getFileName(): string;
abstract getTags(): string[];
}