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

AttackPathEdge

import type { AttackPathEdge } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface AttackPathEdge {
destination?: string;
source?: string;
}

§Properties

§
destination?: string
[src]
§
source?: string
[src]