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

DimensionValue

import type { DimensionValue } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The value of a dimension.

interface DimensionValue {
value?: string;
}

§Properties

§
value?: string
[src]

Value as a string if the dimension type is a string.