feat: shipping warehouse and cost
This commit is contained in:
@@ -11,5 +11,6 @@ export type ServiceSchema = {
|
||||
price: number;
|
||||
serviceType: number;
|
||||
priceRanges: Array<ServicePriceRangeSchema>;
|
||||
cost: (number | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user