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

GeoRestrictionType

import type { GeoRestrictionType } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";
type GeoRestrictionType =
| "blacklist"
| "whitelist"
| "none"

§Type

§
"blacklist" | "whitelist" | "none" | cmnP.UnexpectedEnumValue
[src]