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

    Interface HistoryPoint

    Single point of time-series data

    HistoryPoint

    interface HistoryPoint {
        count: number;
        time: string;
    }
    Index

    Properties

    Properties

    count: number

    Count (y-axis)

    HistoryPoint

    time: string

    Timestamp (x-axis)

    HistoryPoint