mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 04:11:12 -05:00
Refactor reviews system
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user