Information pertaining to a reading of a vocabulary subject..

interface WKVocabularyReading {
    accepted_answer: boolean;
    primary: boolean;
    reading: string;
    type?: undefined;
}

Properties

accepted_answer: boolean

Indicates if the reading is used to evaluate user input for correctness.

primary: boolean

Indicates priority in the WaniKani system.

reading: string

A singular subject reading.

type?: undefined

Vocabulary readings will never have a reading type.