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

NotificationSeverityLevel

import type { NotificationSeverityLevel } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
type NotificationSeverityLevel =
| "none"
| "all"
| "high"

§Type

§
"none" | "all" | "high" | cmnP.UnexpectedEnumValue
[src]