@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface LastRunTime

    Information about the last time a data health check was run

    LastRunTime

    interface LastRunTime {
        lastRunTime: string;
    }
    Index

    Properties

    Properties

    lastRunTime: string

    Timestamp of last time the results were recalculated

    LastRunTime