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

SubscriptionType

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

The subscription type of the subscriber. It can be SMS or EMAIL.

type SubscriptionType = "SNS" | "EMAIL" | cmnP.UnexpectedEnumValue;

§Type