interface ApprovalFlowApproval {
    approvedAt: string;
    approver: Associate;
}

Properties

Properties

approvedAt: string

Date and time (UTC) the Approval Flow was approved.

approver: Associate

Associate who approved the Approval Flow.