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

SeverityDescription

import type { SeverityDescription } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

The qualitative representation of the finding's severity. Possible values are:

type SeverityDescription =
| "Low"
| "Medium"
| "High"

§Type

§
"Low" | "Medium" | "High" | cmnP.UnexpectedEnumValue
[src]