Generated after a successful Set Title update action.

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

Properties

Properties

title?: string

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

type: "CustomerTitleSet"

Generated using TypeDoc