interface LocationSearchCountry {
    abbreviation: string;
    env: RegionCode;
    id: number;
    name: string;
}

Properties

Properties

abbreviation: string
id: number
name: string