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

GroupDefinitionType

import type { GroupDefinitionType } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
type GroupDefinitionType =
| "DIMENSION"
| "TAG"
| "COST_CATEGORY"

§Type

§
"DIMENSION" | "TAG" | "COST_CATEGORY" | cmnP.UnexpectedEnumValue
[src]