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

    Interface BaseReport

    The common properties across all Reports from the WaniKani API

    This is a partial interface; most use cases involve using a reource that extends it.

    interface BaseReport {
        data_updated_at: DatableString;
        object: "report";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data_updated_at: DatableString

    The last time the report was updated.

    object: "report"

    The kind of object returned.

    url: string

    The URL of the requested report.