interface ReviewPatch {
    operation?: ReviewPatchOperation;
    reportedConcern?: UserReportedConcern;
    reviewItem?: Review;
}

Properties

Denotes the patch operation type

reportedConcern?: UserReportedConcern

Use when patch operation is FlagReview

reviewItem?: Review

Use when patch operation is EditReview