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

    Interface WKVocabularyContextSentence

    Japanese context sentences for vocabulary, with a corresponding English translation.

    interface WKVocabularyContextSentence {
        en: string;
        ja: string;
    }
    Index

    Properties

    Properties

    en: string

    English translation of the sentence.

    ja: string

    Japanese context sentence.