This commit is contained in:
@@ -7,6 +7,7 @@ export interface IShipmentProviders {
|
||||
costs: IShipmentCost[];
|
||||
deliveryType: DeliveryType;
|
||||
deliveryTime: number;
|
||||
payDeliveryFeeOnDelivery: boolean;
|
||||
deleted: boolean;
|
||||
}
|
||||
export interface IShipmentCost {
|
||||
|
||||
Reference in New Issue
Block a user