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

BuildDefinition

import type { BuildDefinition } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface BuildDefinition {
buildType?: string;
externalParameters?: {
[key: string]: any;
}
;
internalParameters?: {
[key: string]: any;
}
;
resolvedDependencies?: ResourceDescriptor[];
}

§Properties

§
buildType?: string
[src]
§
externalParameters?: {
[key: string]: any;
}
[src]
§
internalParameters?: {
[key: string]: any;
}
[src]
§
resolvedDependencies?: ResourceDescriptor[]
[src]