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

EventType

import type { EventType } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
type EventType =
| "SYSTEM"
| "CREATE_ACTION"
| "DELETE_ACTION"
| "UPDATE_ACTION"
| "EXECUTE_ACTION"

§Type

§
"SYSTEM" | "CREATE_ACTION" | "DELETE_ACTION" | "UPDATE_ACTION" | "EXECUTE_ACTION" | cmnP.UnexpectedEnumValue
[src]