Generated after a successful Set Description update action.

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

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"