interface Response {
    points: [number, 0 | 1, number][];
    startTime: number;
}

Properties

Properties

points: [number, 0 | 1, number][]

The points in the chart:

startTime: number

The timestamp of the oldest record found.