role module

This commit is contained in:
2026-01-13 23:28:33 +03:30
parent d630cb844a
commit d046dc21ac
17 changed files with 171 additions and 442 deletions
+1
View File
@@ -12,6 +12,7 @@ export interface productData {
images: string[];
content?: string[];
weekDays?: number[];
mealTypes?: MealType[];
discount?: number;
score?: number;