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

    Interface ApprovalRuleKeySetMessagePayload

    Generated after a successful Set Key update action.

    interface ApprovalRuleKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        type: "ApprovalRuleKeySet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string

    key value of the ApprovalRule after the Set Key update action.

    oldKey?: string

    key value of the ApprovalRule before the Set Key update action.

    type: "ApprovalRuleKeySet"