aboutsummaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/models')
-rw-r--r--src/models/FetchedCountry.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/FetchedCountry.model.ts b/src/models/FetchedCountry.model.ts
index be636ff..0dd783d 100644
--- a/src/models/FetchedCountry.model.ts
+++ b/src/models/FetchedCountry.model.ts
@@ -4,6 +4,6 @@ export interface FetchedCountry {
languages: string;
capital: string;
region: string;
- population: number;
+ population: string;
currencies: string;
}