it creates files now

This commit is contained in:
mProjectsCode 2022-05-04 21:04:38 +02:00
parent c67a0bf590
commit 4405eb4a34
7 changed files with 61 additions and 19 deletions

View file

@ -2,6 +2,7 @@ export abstract class MediaTypeModel {
type: string;
title: string;
dataSource: string;
id: string;
abstract toMetaData(): string;
}