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

    Interface ApprovalRuleNameSetMessagePayload

    Generated after a successful Set Name update action.

    interface ApprovalRuleNameSetMessagePayload {
        name: string;
        oldName: string;
        type: "ApprovalRuleNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the ApprovalRule after the Set Name update action.

    oldName: string

    Name of the ApprovalRule before the Set Name update action.

    type: "ApprovalRuleNameSet"