interface DeleteReviewById {
    reviewId: string;
}

Properties

Properties

reviewId: string

The ID of the Review to delete.