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

BuildMetadata

import type { BuildMetadata } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface BuildMetadata {
finishedOn?: Date;
invocationId?: string;
startedOn?: Date;
}

§Properties

§
finishedOn?: Date
[src]
§
invocationId?: string
[src]
§
startedOn?: Date
[src]