interface HostProfileCountry {
    code?: string;
    name?: string;
}

Properties

Properties

code?: string
name?: string