7.1.0

interface ListEventsInRangeOptions {
    from: number;
    to: number;
}

Properties

Properties

from: number

The timestamp in milliseconds.

7.1.0

to: number

The timestamp in milliseconds.

7.1.0