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

ManagedConfigurationTemplate

import type { ManagedConfigurationTemplate } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

The managed configurations template for the app, saved from the managed configurations iframe.

interface ManagedConfigurationTemplate {
configurationVariables?: {
[key: string]: string;
}
;
templateId?: string;
}

§Properties

§
configurationVariables?: {
[key: string]: string;
}
[src]

Optional, a map containing configuration variables defined for the configuration.

§
templateId?: string
[src]

The ID of the managed configurations template.