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

    Interface WKSubjectAuxiliaryMeaning

    A subject's auxilliary meanings.

    interface WKSubjectAuxiliaryMeaning {
        meaning: string;
        type: "blacklist" | "whitelist";
    }
    Index

    Properties

    Properties

    meaning: string

    A singular subject meaning.

    type: "blacklist" | "whitelist"

    Either whitelist or blacklist. When evaluating user input, whitelisted meanings are used to match for correctness. Blacklisted meanings are used to match for incorrectness.