feat: export services

This commit is contained in:
2024-10-11 21:40:36 +03:00
parent 35951c7019
commit 871aa8efe3
3 changed files with 102 additions and 14 deletions

View File

@@ -15,6 +15,6 @@ export type ServiceSchema = {
categoryPrices: Array<ServiceCategoryPriceSchema>;
cost: (number | null);
rank: string;
isPlaceholder?: boolean;
isPlaceholder?: (boolean | null);
};