feat: price by category
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import {BaseMarketplaceSchema} from "../client";
 | 
			
		||||
import { BaseMarketplaceSchema, ServicePriceCategorySchema } from "../client";
 | 
			
		||||
 | 
			
		||||
export type QuickDeal = {
 | 
			
		||||
    name: string;
 | 
			
		||||
@@ -7,5 +7,6 @@ export type QuickDeal = {
 | 
			
		||||
    comment: string;
 | 
			
		||||
    acceptanceDate: Date;
 | 
			
		||||
    shippingWarehouse: string;
 | 
			
		||||
    baseMarketplace: BaseMarketplaceSchema
 | 
			
		||||
    baseMarketplace: BaseMarketplaceSchema;
 | 
			
		||||
    category?: ServicePriceCategorySchema;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user