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

    Interface ProjectChangeCurrenciesAction

    interface ProjectChangeCurrenciesAction {
        action: "changeCurrencies";
        currencies: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeCurrencies"
    currencies: string[]

    New value to set. Must not be empty.