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

    Interface WKSummary

    The summary report contains currently available lessons and reviews and the reviews that will become available in the next 24 hours, grouped by the hour.

    interface WKSummary {
        data: WKSummaryData;
        data_updated_at: WKDatableString;
        object: "report";
        url: string;
        code?: undefined;
        error?: undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Data for the Summary report.

    data_updated_at: WKDatableString

    The last time the report was updated.

    object: "report"

    The kind of object returned.

    url: string

    The URL of the requested report.

    code?: undefined

    A report will never have a code property.

    error?: undefined

    A report will never have an error property.