@bachman-dev/wanikani-api-types - v2.0.0
    Preparing search index...

    Interface VocabularyContextSentence

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

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

    Properties

    Properties

    en: string

    English translation of the sentence.

    ja: string

    Japanese context sentence.