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

Step

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

Details about the step associated with a finding.

interface Step {
componentId: string;
componentType: string;
}

§Properties

§
componentId: string
[src]

The component ID.

§
componentType: string
[src]

The component type.