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

PortRange

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

A range of ports.

interface PortRange {
Begin?: number | null;
End?: number | null;
}

§Properties

§
Begin?: number | null
[src]

The first port in the port range.

§
End?: number | null
[src]

The last port in the port range.