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

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.

Generated using TypeDoc