Generated after a successful Set Name update action.

interface StoreNameSetMessagePayload {
    name?: LocalizedString;
    nameAllLocales?: LocalizedString[];
    type: "StoreNameSet";
}

Properties

Name of the Store set during the Set Name update action.

nameAllLocales?: LocalizedString[]

Names set for the Store in different locales.

type: "StoreNameSet"

Generated using TypeDoc