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

CompatibleEnvironmentTemplate

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

Compatible environment template data.

interface CompatibleEnvironmentTemplate {
majorVersion: string;
templateName: string;
}

§Properties

§
majorVersion: string
[src]

The major version of the compatible environment template.

§
templateName: string
[src]

The compatible environment template name.