@gradientedge/commercetools-utils
    Preparing search index...

    Interface StoreSetCountriesAction

    This update action produces the StoreCountriesChanged Message.

    interface StoreSetCountriesAction {
        action: "setCountries";
        countries?: StoreCountry[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCountries"
    countries?: StoreCountry[]

    New value to set.