s''
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export interface City {
|
||||
id: number;
|
||||
idNumber?: number;
|
||||
slug?: string;
|
||||
name: string;
|
||||
nameEn?: string;
|
||||
country: string;
|
||||
countryEmoji: string;
|
||||
overallScore: number;
|
||||
|
||||
Reference in New Issue
Block a user