Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -100,6 +100,7 @@ |
100 | 100 | organizationDTO: { name: string }; |
101 | 101 | deviceProfile: { default: boolean; enabled: boolean; name: string; transportType: string }; |
102 | 102 | deviceInfo: { longitude: string; latitude: string; address: string }; |
103 | + deviceType?: string; | |
103 | 104 | } |
104 | 105 | type MarkerList = DeviceInfo & { marker: any; label: any }; |
105 | 106 | ... | ... |