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

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

Properties

Properties

en: string

English translation of the sentence.

ja: string

Japanese context sentence.