feat: export services
This commit is contained in:
@@ -15,6 +15,6 @@ export type ServiceSchema = {
|
||||
categoryPrices: Array<ServiceCategoryPriceSchema>;
|
||||
cost: (number | null);
|
||||
rank: string;
|
||||
isPlaceholder?: boolean;
|
||||
isPlaceholder?: (boolean | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user