AttackPathEdgeCopyimport type { AttackPathEdge } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface AttackPathEdge {destination?: string;source?: string;}§Properties§destination?: string[src]§source?: string[src]