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

NetworkConfigurationCatalog

import type { NetworkConfigurationCatalog } from "https://googleapis.deno.dev/v1/testing:v1.ts";
interface NetworkConfigurationCatalog {
configurations?: NetworkConfiguration[];
}

§Properties

§
configurations?: NetworkConfiguration[]
[src]