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

OSInfo

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

Information about the operating system.

interface OSInfo {
type?: OSType | null;
version?: string | null;
}

§Properties

§
type?: OSType | null
[src]

Information about the type of operating system.

§
version?: string | null
[src]

Information about the version of operating system.