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

    Interface StudyMaterialBaseData

    Data found in all study materials whether they are being created/updated, or received from the WaniKani API.

    For creating study materials, use StudyMaterialCreatePayload; for updating study materials, use StudyMaterialUpdatePayload.

    interface StudyMaterialBaseData {
        meaning_note: string;
        meaning_synonyms: string[];
        reading_note: string;
    }
    Index

    Properties

    meaning_note: string

    Free form note related to the meaning(s) of the associated subject.

    meaning_synonyms: string[]

    Synonyms for the meaning of the subject. These are used as additional correct answers during reviews.

    reading_note: string

    Free form note related to the reading(s) of the associated subject.