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

    Interface ReviewSetAuthorNameAction

    interface ReviewSetAuthorNameAction {
        action: "setAuthorName";
        authorName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAuthorName"
    authorName?: string

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