Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CivilTimeInterval

import type { CivilTimeInterval } from "https://googleapis.deno.dev/v1/health:v4.ts";

Counterpart of google.type.Interval, but using CivilDateTime.

interface CivilTimeInterval {
start?: CivilDateTime;
}

§Properties

§

Required. The exclusive end of the range.

§

Required. The inclusive start of the range.