digicust_types 1.8.4 → 1.8.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -154,12 +154,6 @@ export interface MaterialModel {
|
|
154
154
|
* Redundant meta property needed for search scoring
|
155
155
|
*/
|
156
156
|
hasAnyUserEditedProperties?: boolean;
|
157
|
-
/**
|
158
|
-
* Suggestions added while uploading bulk data
|
159
|
-
*/
|
160
|
-
suggestions?: {
|
161
|
-
tariffNumber?: string;
|
162
|
-
};
|
163
157
|
meta?: {
|
164
158
|
version?: number;
|
165
159
|
userCreated?: boolean;
|