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

AutoAdjustType

import type { AutoAdjustType } from "https://aws-api.deno.dev/v0.4/services/budgets.ts?docs=full";
type AutoAdjustType = "HISTORICAL" | "FORECAST" | cmnP.UnexpectedEnumValue;

§Type

§
"HISTORICAL" | "FORECAST" | cmnP.UnexpectedEnumValue
[src]