digicust_types 1.8.13 → 1.8.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,8 @@ export interface MeanOfTransportation extends Meta<MeanOfTransportationMode> {
|
|
10
10
|
DE_A0108?: string;
|
11
11
|
/** Transport Mode */
|
12
12
|
DE_C0018?: string;
|
13
|
+
/** Type of Identification of Means of Transport */
|
14
|
+
DE_C0750?: string;
|
13
15
|
licensePlate?: string;
|
14
16
|
name?: string;
|
15
17
|
type?: MeanOfTransportationType;
|