Interface UaSystemInfo

Platform or system information.

interface UaSystemInfo {
    name: string;
    version: null | Version;
}

Hierarchy (view full)

Properties

Properties

name: string
version: null | Version