TimeWindow
Interface: TimeWindow
Defined in: src/utilities/metrics/dbHelpers.ts:208
Represents a single time window.
Properties
end
end:
Date
Defined in: src/utilities/metrics/dbHelpers.ts:216
End time of the window (exclusive).
start
start:
Date
Defined in: src/utilities/metrics/dbHelpers.ts:212
Start time of the window (inclusive).