interface GetReviewById {
    reviewId: string;
}

Properties

Properties

reviewId: string

The ID of the Review to fetch.