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

PortRangeFromTo

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

A range of ports.

interface PortRangeFromTo {
From?: number | null;
To?: number | null;
}

§Properties

§
From?: number | null
[src]

The first port in the port range.

§
To?: number | null
[src]

The last port in the port range.