export interface ApprovalDecisionRequest {
  /** Response to the approval request. */
  decision?: string;
}
