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

DestinationType

import type { DestinationType } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";
type DestinationType =
| "IPV4"
| "IPV6"
| "PREFIX_LIST"

§Type

§
"IPV4" | "IPV6" | "PREFIX_LIST" | cmnP.UnexpectedEnumValue
[src]