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

    Interface ProjectChangeCountriesAction

    interface ProjectChangeCountriesAction {
        action: "changeCountries";
        countries: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeCountries"
    countries: string[]

    New value to set. Must not be empty.