Vinyl
    Preparing search index...

    Interface UaSystemInfo

    Platform or system information.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    version: null | Version