Interface RangeOptions

El rango de cualquier consulta del dashboard. Sin fechas, los últimos 30 días.

interface RangeOptions {
    from_date?: string | Date;
    to_date?: string | Date;
}

Hierarchy (View Summary)

Properties

Properties

from_date?: string | Date
to_date?: string | Date