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

GuestInstalledApplication

import type { GuestInstalledApplication } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Guest installed application information.

interface GuestInstalledApplication {
applicationName?: string;
installTime?: Date;
licenses?: string[];
path?: string;
vendor?: string;
version?: string;
}

§Properties

§
applicationName?: string
[src]

Installed application name.

§
installTime?: Date
[src]

The time when the application was installed.

§
licenses?: string[]
[src]

License strings associated with the installed application.

§
path?: string
[src]

Source path.

§
vendor?: string
[src]

Installed application vendor.

§
version?: string
[src]

Installed application version.