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

ReceiptType

import type { ReceiptType } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
type ReceiptType =
| "DELIVERED"
| "ERROR"
| "READ"
| "SENT"
| "STOP"

§Type

§
"DELIVERED" | "ERROR" | "READ" | "SENT" | "STOP" | cmnP.UnexpectedEnumValue
[src]