Type Alias RatingType

RatingType:
    | "Manual"
    | "Again"
    | "Hard"
    | "Good"
    | "Easy"