feat: price by category
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ServiceCategoryPriceSchema } from './ServiceCategoryPriceSchema';
|
||||
import type { ServiceCategorySchema } from './ServiceCategorySchema';
|
||||
import type { ServicePriceRangeSchema } from './ServicePriceRangeSchema';
|
||||
export type ServiceSchema = {
|
||||
@@ -11,6 +12,7 @@ export type ServiceSchema = {
|
||||
price: number;
|
||||
serviceType: number;
|
||||
priceRanges: Array<ServicePriceRangeSchema>;
|
||||
categoryPrices: Array<ServiceCategoryPriceSchema>;
|
||||
cost: (number | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user