interface AnswerApproval {
    approvalId: number;
    decision?: string;
    issueIdOrKey: string;
}

Hierarchy (view full)

Properties

approvalId: number

The ID of the approval to be updated.

decision?: string

Response to the approval request.

issueIdOrKey: string

The ID or key of the customer request to be updated.