export interface DeleteReviewById {
  /** The ID of the Review to delete. */
  reviewId: string;
}
