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

ToscaOverride

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

Overrides of the TOSCA node.

interface ToscaOverride {
defaultValue?: string | null;
name?: string | null;
}

§Properties

§
defaultValue?: string | null
[src]

Default value for the override.

§
name?: string | null
[src]

Name of the TOSCA override.