@wailsio/runtime
    Preparing search index...

    Interface OSInfo

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

    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.