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

NetworkArtifactMeta

import type { NetworkArtifactMeta } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

Metadata for network package artifacts.

Artifacts are the contents of the package descriptor file and the state of the package.

interface NetworkArtifactMeta {
overrides?: ToscaOverride[] | null;
}

§Properties

§
overrides?: ToscaOverride[] | null
[src]

Lists network package overrides.