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

NetworkPath

import type { NetworkPath } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Information on the network path associated with a finding.

interface NetworkPath {
steps?: Step[] | null;
}

§Properties

§
steps?: Step[] | null
[src]

The details on the steps in the network path.