nextemos 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -340,7 +340,7 @@ export interface IProductStockAlert {
|
|
|
340
340
|
lastInformedDate: string;
|
|
341
341
|
}
|
|
342
342
|
export interface IGetBrandListResponse extends IResponsePaging {
|
|
343
|
-
|
|
343
|
+
brands: IBrand[];
|
|
344
344
|
}
|
|
345
345
|
export interface IGetBrandResponse extends IResponse {
|
|
346
346
|
brand: IBrand;
|