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

ToMapping

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

Input variables whose values will be passed on to dependencies

interface ToMapping {
dependency?: string;
ignoreForLookup?: boolean;
inputVariable?: string;
}

§Properties

§
dependency?: string
[src]

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

§
ignoreForLookup?: boolean
[src]

Optional. Tells EasySaaS if this mapping should be used during lookup or not

§
inputVariable?: string
[src]

Required. Name of the inputVariable on the dependency