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

    Interface WKSubjectMeaning

    Information pertaining to a subject's meaning.

    interface WKSubjectMeaning {
        accepted_answer: boolean;
        meaning: string;
        primary: boolean;
    }
    Index

    Properties

    accepted_answer: boolean

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

    meaning: string

    A singular subject meaning.

    primary: boolean

    Indicates priority in the WaniKani system.