mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
refactor: adjust model to not contain any
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user