fix build error

This commit is contained in:
hamid zarghami
2025-12-15 12:55:01 +03:30
parent 1a1b953d6c
commit a9870a3fa2
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export interface Food {
foodName?: string;
description?: string;
desc?: string | null;
content?: string[] | null;
content?: string[] | string | null;
price: number;
image?: string | null;
images?: FoodImage[] | null;