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

ApplicationComponentSummary

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

Contains the summary of application components.

interface ApplicationComponentSummary {
appType?: AppType | null;
count?: number | null;
}

§Properties

§
appType?: AppType | null
[src]

Contains the name of application types.

§
count?: number | null
[src]

Contains the count of application type.