CivilTimeInterval
import type { CivilTimeInterval } from "https://googleapis.deno.dev/v1/health:v4.ts";Counterpart of google.type.Interval, but using CivilDateTime.
§Properties
§
end?: CivilDateTime
[src]Required. The exclusive end of the range.
§
start?: CivilDateTime
[src]Required. The inclusive start of the range.