update type about

This commit is contained in:
hamid zarghami
2026-06-21 10:11:00 +03:30
parent f002d3c658
commit f6cfa369fc
+5 -1
View File
@@ -44,7 +44,11 @@ export interface Restaurant {
vat: number;
domain: string;
score: Score;
plan: 'base' | 'premium';
plan: "base" | "premium";
bgBlur?: number;
bgOpacity?: number;
bgOverlay?: string;
bgUrl?: string;
}
export interface ReviewFood {