feat: deal product services
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ServiceCategorySchema } from './ServiceCategorySchema';
|
||||
import type { ServicePriceRangeSchema } from './ServicePriceRangeSchema';
|
||||
export type ServiceSchema = {
|
||||
id: number;
|
||||
name: string;
|
||||
category: ServiceCategorySchema;
|
||||
price: number;
|
||||
serviceType: number;
|
||||
priceRanges: Array<ServicePriceRangeSchema>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user