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

TimeSpan

import type { TimeSpan } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Start and end times for a build execution phase. Next ID: 3

interface TimeSpan {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

End of time span.

§
startTime?: Date
[src]

Start of time span.