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

    Interface WKSummaryReview

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

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

    Properties

    available_at: WKDatableString

    When the paired subject_ids are available for reviews. All timestamps are the top of an hour.

    subject_ids: number[]

    Collection of unique identifiers for subjects.