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

    Interface DpaRaw

    DPA version - raw response from the API

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

    Properties

    attributes: number
    downloadPath: string
    version: string