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

EnvironmentDimensionValueEntry

import type { EnvironmentDimensionValueEntry } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface EnvironmentDimensionValueEntry {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]
§
value?: string
[src]