Interface HealthTimeRange

Time range used by read queries. Dates must be ISO-8601 instants in UTC.

Hierarchy

Properties

Properties

startDate: string

Inclusive start instant. ISO-8601 in UTC (e.g. "2026-05-01T00:00:00Z").

endDate: string

Exclusive end instant. ISO-8601 in UTC (e.g. "2026-05-01T00:00:00Z").

Generated using TypeDoc