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

    Interface ApprovalRuleDescriptionSetMessagePayload

    Generated after a successful Set Description update action.

    interface ApprovalRuleDescriptionSetMessagePayload {
        description?: string;
        oldDescription?: string;
        type: "ApprovalRuleDescriptionSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Description of the ApprovalRule after the Set Description update action.

    oldDescription?: string

    Description of the ApprovalRule before the Set Description update action.

    type: "ApprovalRuleDescriptionSet"