digicust_types 1.8.352 → 1.8.353
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,7 @@ export interface MaterialMatchResult {
|
|
9
9
|
matchesShipper?: boolean;
|
10
10
|
hasAnyUserEditedProperties?: boolean;
|
11
11
|
fallbackSearchUsed?: "none" | "paddedNumber" | "emptyShipperCountry" | "emptyDestinationCountry";
|
12
|
+
id?: string;
|
13
|
+
shipperId?: string;
|
12
14
|
cacheKey?: string;
|
13
15
|
}
|