Some data handling changes
This commit is contained in:
parent
96d74a7732
commit
c67a0bf590
12 changed files with 66 additions and 39 deletions
7
src/models/MediaTypeModel.ts
Normal file
7
src/models/MediaTypeModel.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export abstract class MediaTypeModel {
|
||||
type: string;
|
||||
title: string;
|
||||
dataSource: string;
|
||||
|
||||
abstract toMetaData(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue