This commit is contained in:
eric
2026-06-06 04:29:46 -05:00
parent 88aa96a2a1
commit 41493c35ca
50 changed files with 4666 additions and 416 deletions

View File

@@ -1,6 +1,9 @@
export interface City {
id: number;
idNumber?: number;
slug?: string;
name: string;
nameEn?: string;
country: string;
countryEmoji: string;
overallScore: number;