IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface OsRaw

    IQRF OS version - raw response from the API

    interface OsRaw {
        attributes: number;
        build: string;
        downloadPath: string;
        trFamily: string;
        version: string;
    }
    Index

    Properties

    attributes: number
    build: string
    downloadPath: string
    trFamily: string
    version: string