fix type
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-16 09:32:58 +03:30
parent fb694c0297
commit d95d3420ba
+1 -3
View File
@@ -78,9 +78,7 @@ export interface FoodDetail {
reviews: unknown[];
favorites: unknown[];
isFavorite: boolean;
isAvailable?: boolean;
unavailabilityMessage?: string | null;
// فیلدهای قدیمی برای سازگاری با سایر بخش‌های کد
name?: string;
foodName?: string;
description?: string;