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

    Interface BaseResource

    The common properties across all Resources from the WaniKani API.

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

    interface BaseResource {
        data_updated_at: DatableString;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data_updated_at: DatableString

    For a resource, this is the last time that particular resource was updated.

    url: string

    The URL of the requested resource.