# AnnotationReviewStateType

## Content

# Type Alias: AnnotationReviewStateType

```ts
type AnnotationReviewStateType = "None" | "Accepted" | "Cancelled" | "Completed" | "Rejected";
```

Review states.
