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

DimensionDetail

import type { DimensionDetail } from "https://aws-api.deno.dev/v0.4/services/pi.ts?docs=full";

The information about a dimension.

interface DimensionDetail {
Identifier?: string | null;
}

§Properties

§
Identifier?: string | null
[src]

The identifier of a dimension.