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