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

BuildVersion

import type { BuildVersion } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

BuildVersion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'private-build') as a set of strings.

interface BuildVersion {
metadata?: {
[key: string]: any;
}
;
version?: SemanticVersion;
}

§Properties

§
metadata?: {
[key: string]: any;
}
[src]

Free-form build information. Envoy defines several well known keys in the source/common/version/version.h file

§

SemVer version of extension.