digicust_types 1.8.62 → 1.8.63
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,11 +46,11 @@ export declare enum MasterDataCreationType {
|
|
46
46
|
file = "file"
|
47
47
|
}
|
48
48
|
export interface MaterialModel {
|
49
|
-
id
|
50
|
-
customerId
|
51
|
-
projectId
|
52
|
-
creationType
|
53
|
-
matchingType
|
49
|
+
id: string;
|
50
|
+
customerId: string;
|
51
|
+
projectId: string;
|
52
|
+
creationType: MasterDataCreationType;
|
53
|
+
matchingType: "materialNumber" | "tariffNumber";
|
54
54
|
/**
|
55
55
|
* Tags for material data
|
56
56
|
*/
|