digicust_types 1.8.64 → 1.8.66
Sign up to get free protection for your applications and to get access to all the features.
@@ -49,8 +49,8 @@ export interface MaterialModel {
|
|
49
49
|
id?: string;
|
50
50
|
customerId?: string;
|
51
51
|
projectId?: string;
|
52
|
-
creationType
|
53
|
-
matchingType
|
52
|
+
creationType?: MasterDataCreationType;
|
53
|
+
matchingType?: "materialNumber" | "tariffNumber";
|
54
54
|
/**
|
55
55
|
* Tags for material data
|
56
56
|
*/
|