interface AppBranchVersionInfo {
    id: number;
    label: string;
    changelog: undefined | string;
    publishedDate: undefined | Date;
    dataBytesCount: number;
    dataDownloadingBytesCount: number;
}

Properties

id: number
label: string
changelog: undefined | string
publishedDate: undefined | Date
dataBytesCount: number
dataDownloadingBytesCount: number