Type Alias CreateReview

type CreateReview = {
    reviewStatus: string;
}
Index
reviewStatus: string

Review status.