Interface Country

interface Country {
    code: string;
    country: string;
}

Properties

Properties

code: string
country: string