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

    Interface ApprovalRuleCreatedMessagePayload

    Generated after an Approval Rule is created.

    interface ApprovalRuleCreatedMessagePayload {
        approvalRule: ApprovalRule;
        type: "ApprovalRuleCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    approvalRule: ApprovalRule

    The Approval Rule that was created.

    type: "ApprovalRuleCreated"