Type Alias ShippingCountry

ShippingCountry: {
    code: string;
    name: string;
}

Type declaration

  • code: string

    Country code

  • name: string

    Country name