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

PlatformFramework

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

A framework supported by the platform.

interface PlatformFramework {
Name?: string | null;
Version?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the framework.

§
Version?: string | null
[src]

The version of the framework.