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

FromMapping

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

Output variables whose values will be passed on to dependencies

interface FromMapping {
dependency?: string;
outputVariable?: string;
}

§Properties

§
dependency?: string
[src]

Required. Alias of the dependency that the outputVariable will pass its value to

§
outputVariable?: string
[src]

Required. Name of the outputVariable on the dependency