[]
type AnnotationReviewStateType = "None" | "Accepted" | "Cancelled" | "Completed" | "Rejected";
Review states.