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

    Interface StateSetDescriptionAction

    interface StateSetDescriptionAction {
        action: "setDescription";
        description: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDescription"
    description: LocalizedString

    Value to set. If empty, any existing value will be removed.