interface DistributionRelease {
    currentFileId: number;
    currentLanguageId: string;
    date: string;
    progress: number;
    status: string;
}

Properties

currentFileId: number
currentLanguageId: string
date: string
progress: number
status: string