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

GetSolNetworkPackageDescriptorOutput

import type { GetSolNetworkPackageDescriptorOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolNetworkPackageDescriptorOutput {
contentType?: DescriptorContentType | null;
nsd?: Uint8Array | null;
}

§Properties

§
contentType?: DescriptorContentType | null
[src]

Indicates the media type of the resource.

§
nsd?: Uint8Array | null
[src]

Contents of the network service descriptor in the network package.