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

GuestOsDetails

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

Information from Guest-level collections.

interface GuestOsDetails {
family?:
| "OS_FAMILY_UNKNOWN"
| "OS_FAMILY_WINDOWS"
| "OS_FAMILY_LINUX"
| "OS_FAMILY_UNIX";
osName?: string;
version?: string;
}

§Properties

§

OS and app configuration.

§
family?: "OS_FAMILY_UNKNOWN" | "OS_FAMILY_WINDOWS" | "OS_FAMILY_LINUX" | "OS_FAMILY_UNIX"
[src]

What family the OS belong to, if known.

§
osName?: string
[src]

The name of the operating system.

§

Runtime information.

§
version?: string
[src]

The version of the operating system.