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

    Interface MyCartSetLocaleAction

    interface MyCartSetLocaleAction {
        action: "setLocale";
        locale?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setLocale"
    locale?: string

    Value to set. Must be one of the Project's languages. If empty, any existing value will be removed.