Refactor reviews system

This commit is contained in:
gpt-engineer-app[bot]
2025-09-20 12:57:00 +00:00
parent 979d8ce099
commit bbf6bec9db
2 changed files with 171 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ export interface Company {
founded_year?: number;
headquarters_location?: string;
logo_url?: string;
average_rating: number;
review_count: number;
}
export interface Park {