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

SnowballCapacity

import type { SnowballCapacity } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
type SnowballCapacity =
| "T50"
| "T80"
| "T100"
| "T42"
| "T98"
| "T8"
| "T14"
| "NoPreference"

§Type

§
"T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "NoPreference" | cmnP.UnexpectedEnumValue
[src]