export CountryResponse

interface CountryResponse {
    flag_image_pos?: null | string;
    is_onboarding_enabled?: boolean;
    iso_code?: null | string;
    name?: null | string;
    object?: null | string;
    phone_code?: null | string;
}

Properties

flag_image_pos?: null | string

Flag Image position, to detect image position in a list of flag image

is_onboarding_enabled?: boolean

Is on-boarding enabled for this country

iso_code?: null | string
name?: null | string
object?: null | string

The name of this object

phone_code?: null | string