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

TreatMissingData

import type { TreatMissingData } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
type TreatMissingData =
| "breaching"
| "notBreaching"
| "ignore"
| "missing"

§Type

§
"breaching" | "notBreaching" | "ignore" | "missing" | cmnP.UnexpectedEnumValue
[src]