digicust_types 1.8.5 → 1.8.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,10 @@ export interface MaterialModel {
|
|
45
45
|
projectId?: string;
|
46
46
|
creationType?: MasterDataCreationType;
|
47
47
|
matchingType?: "materialNumber" | "tariffNumber";
|
48
|
+
/**
|
49
|
+
* Tags for material data
|
50
|
+
*/
|
51
|
+
tags?: string[];
|
48
52
|
description?: Workflow<string>;
|
49
53
|
documentDescription?: Workflow<string>;
|
50
54
|
additionalInformation?: Meta<string>;
|