Merge "add import&deploy feature"
[ccsdk/cds.git] / cds-ui / designer-client / src / app / modules / feature-modules / packages / designer / model / ModelType.model.ts
1 export class ModelType {
2     modelName: string;
3     derivedFrom: string;
4     definitionType: string;
5     definition: object;
6     description: string;
7     version: string;
8     tags: string;
9     creationDate: string;
10     updatedBy: string;
11
12 }