permission in sidemenu base and permium

This commit is contained in:
hamid zarghami
2025-12-27 10:55:03 +03:30
parent da88e4314a
commit b8905e4b06
2 changed files with 9 additions and 4 deletions
@@ -44,6 +44,7 @@ export interface Restaurant {
vat: number;
domain: string;
score: Score;
plan: 'base' | 'premium';
}
export interface ReviewFood {