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

PortSet

import type { PortSet } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

A set of port ranges for use in the rules in a rule group.

interface PortSet {
Definition?: string[] | null;
}

§Properties

§
Definition?: string[] | null
[src]

The set of port ranges.