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

    Interface CategorySetDescriptionAction

    interface CategorySetDescriptionAction {
        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.