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

eventTypeCategory

import type { eventTypeCategory } from "https://aws-api.deno.dev/v0.4/services/health.ts?docs=full";
type eventTypeCategory =
| "issue"
| "accountNotification"
| "scheduledChange"
| "investigation"

§Type

§
"issue" | "accountNotification" | "scheduledChange" | "investigation" | cmnP.UnexpectedEnumValue
[src]