A subject's auxilliary meanings.

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

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.