nextemos 5.8.15 → 5.9.0
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { TotalTypes } from "nextemos/enums";
|
|
2
|
-
import { IAddress } from "./address";
|
|
3
2
|
import { IResponse } from "./response";
|
|
4
3
|
import { IWarehouse } from "./stock";
|
|
5
4
|
export interface ITransactionResponse extends IResponse {
|
|
@@ -15,7 +14,6 @@ export interface IGetCartResponse extends IResponse {
|
|
|
15
14
|
paymentTypes: IPaymentType[];
|
|
16
15
|
coupons: ICoupon[];
|
|
17
16
|
shipmentOptions: IShipmentOption[];
|
|
18
|
-
addresses: IAddress[];
|
|
19
17
|
}
|
|
20
18
|
export interface IGetCartItemCountResponse extends IResponse {
|
|
21
19
|
count: number;
|