@bachman-dev/wanikani-api-types - v1.8.0
    Preparing search index...

    Interface WKVocabularyReading

    Information pertaining to a reading of a vocabulary subject..

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

    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.