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

ResponseContentType

import type { ResponseContentType } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
type ResponseContentType =
| "TEXT_PLAIN"
| "TEXT_HTML"
| "APPLICATION_JSON"

§Type

§
"TEXT_PLAIN" | "TEXT_HTML" | "APPLICATION_JSON" | cmnP.UnexpectedEnumValue
[src]