BgpRouteAsPath
import type { BgpRouteAsPath } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BgpRouteAsPath {
asns?: number[];
type?: "AS_PATH_TYPE_SEQUENCE" | "AS_PATH_TYPE_SET";
}import type { BgpRouteAsPath } from "https://googleapis.deno.dev/v1/compute:v1.ts";