Data for the Summary report returned from the WaniKani API.

interface WKSummaryData {
    lessons: WKSummaryLesson[];
    next_reviews_at: null | WKDatableString;
    reviews: WKSummaryReview[];
}

Properties

lessons: WKSummaryLesson[]

Details about subjects available for lessons.

next_reviews_at: null | WKDatableString

Earliest date when the reviews are available. Is null when the user has no reviews scheduled.

reviews: WKSummaryReview[]

Details about subjects available for reviews now and in the next 24 hours by the hour (total of 25 objects).