interface OSInfo {
    Branding: string;
    ID: string;
    Name: string;
    Version: string;
}

Properties

Properties

Branding: string

The branding of the OS.

ID: string

The ID of the OS.

Name: string

The name of the OS.

Version: string

The version of the OS.

Generated using TypeDoc