Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface GetDailyStatsRequestParameters

    {
    * from: "from",
    * to: "to"
    * }
    interface GetDailyStatsRequestParameters {
        from?: string | null;
        to?: string | null;
    }
    Index

    Properties

    Properties

    from?: string | null

    Optional first day of the date range (inclusive) in YYYYMMDD format.

    to?: string | null

    Optional last day of the date range (inclusive) in YYYYMMDD format.