DPA version - raw response from the API

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

Properties

attributes: number
downloadPath: string
version: string