update type about
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user