IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface DpaRaw

    DPA version - raw response from the API

    interface DpaRaw {
        attributes: number;
        downloadPath: string;
        version: string;
    }
    Index
    attributes: number
    downloadPath: string
    version: string