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?: {} | null;
[key: string]: string | null | undefined;
Name?: string | null;
}