it creates files now
This commit is contained in:
parent
c67a0bf590
commit
4405eb4a34
7 changed files with 61 additions and 19 deletions
|
|
@ -2,6 +2,7 @@ export abstract class MediaTypeModel {
|
|||
type: string;
|
||||
title: string;
|
||||
dataSource: string;
|
||||
id: string;
|
||||
|
||||
abstract toMetaData(): string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue