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

    Interface StoreSetLanguagesAction

    This update action produces the StoreLanguagesChanged Message. Adding a language other than the ones defined in the Project returns a ProjectNotConfiguredForLanguages error.

    interface StoreSetLanguagesAction {
        action: "setLanguages";
        languages?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setLanguages"
    languages?: string[]

    Value to set.