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