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

Application

import type { Application } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface Application {
DisplayName?: string | null;
Enabled?: boolean | null;
IconURL?: string | null;
LaunchParameters?: string | null;
LaunchPath?: string | null;
Metadata?: {
[key: string]: string | null | undefined;
}
| null;
Name?: string | null;
}

§Properties

§
DisplayName?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
IconURL?: string | null
[src]
§
LaunchParameters?: string | null
[src]
§
LaunchPath?: string | null
[src]
§
Metadata?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Name?: string | null
[src]