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

VariableMapping

import type { VariableMapping } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Mapping of input variables to their respective output variable for depedenencies

interface VariableMapping {
from?: FromMapping;
to?: ToMapping;
variable?: string;
}

§Properties

§

Optional. Output variables which will get their values from dependencies

§

Optional. Input variables whose values will be passed on to dependencies.

§
variable?: string
[src]

Required. name of the variable