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

GrowthType

import type { GrowthType } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
type GrowthType = "LINEAR" | "EXPONENTIAL" | cmnP.UnexpectedEnumValue;

§Type

§
"LINEAR" | "EXPONENTIAL" | cmnP.UnexpectedEnumValue
[src]