From 8626e2d8e258e11837d27a1e99ef3277e7dfdf3b Mon Sep 17 00:00:00 2001 From: pridon Date: Fri, 24 Jun 2022 19:30:47 +0400 Subject: add top level domain, increase tabularization --- src/models/FetchedCountry.model.ts | 1 + src/models/country.model.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'src/models') diff --git a/src/models/FetchedCountry.model.ts b/src/models/FetchedCountry.model.ts index af80281..a53482e 100644 --- a/src/models/FetchedCountry.model.ts +++ b/src/models/FetchedCountry.model.ts @@ -10,4 +10,5 @@ export interface FetchedCountry { population: string; currencies: string; timezones: string; + tld: string; } diff --git a/src/models/country.model.ts b/src/models/country.model.ts index 7866187..61e0dfc 100644 --- a/src/models/country.model.ts +++ b/src/models/country.model.ts @@ -34,4 +34,5 @@ export interface Country { capitalInfo: { latlng: number[]; }; + tld: string[]; } -- cgit v1.2.3