ao-js-sdk - v0.4.0
    Preparing search index...

    Interface RandomStatsTimeEntry

    Represents a time-based entry for random statistics

    interface RandomStatsTimeEntry {
        count: number;
        date: Date;
    }
    Index

    Properties

    Properties

    count: number

    The count of random responses created during this time period

    date: Date

    The date/timestamp for this statistical entry