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

    Interface WKSummaryLesson

    Details about subjects listed as available for lessons in the Summary report.

    interface WKSummaryLesson {
        available_at: WKDatableString;
        subject_ids: number[];
    }
    Index

    Properties

    available_at: WKDatableString

    When the paired subject_ids are available for lessons. Always beginning of the current hour when the API endpoint is accessed.

    subject_ids: number[]

    Collection of unique identifiers for subjects.