This commit is contained in:
hamid zarghami
2026-06-22 12:18:49 +03:30
parent bace34a20f
commit 80acaf743c
6 changed files with 88 additions and 30 deletions
@@ -45,6 +45,7 @@ export interface Restaurant {
domain: string;
score: Score;
plan: "base" | "premium";
bgType?: "pattern" | "custom" | "color";
bgBlur?: number;
bgOpacity?: number;
bgOverlay?: string;