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

    Interface CustomerTitleSetMessagePayload

    Generated after a successful Set Title update action.

    interface CustomerTitleSetMessagePayload {
        title?: string;
        type: "CustomerTitleSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    title?: string

    The title that was set during the Set Title update action.

    type: "CustomerTitleSet"