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

FunctionArtifactMeta

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

Metadata for function package artifacts.

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

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

§Properties

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

Lists of function package overrides.