interface StoreCountry {
    code: string;
}

Properties

Properties

code: string

Two-digit country code as per ISO 3166-1 alpha-2.