refactor: adjust model to not contain any

This commit is contained in:
Karl-Philipp Wulfert
2019-06-05 16:15:52 +02:00
parent 46194b177b
commit e41169a9c7
2 changed files with 2 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ export interface SCTicketWithoutReferences
/** /**
* Service type of the ticket * Service type of the ticket
*/ */
serviceType: any; serviceType: string;
/** /**
* Type of a ticket * Type of a ticket

View File

@@ -28,9 +28,7 @@
"name": "Prüfungsamt - Team 2", "name": "Prüfungsamt - Team 2",
"floorName": "0" "floorName": "0"
}, },
"serviceType": { "serviceType": "Prüfungsamt",
"name": "Prüfungsamt"
},
"origin": { "origin": {
"indexed": "2018-09-11T12:30:00Z", "indexed": "2018-09-11T12:30:00Z",
"name": "Dummy", "name": "Dummy",