interface DistributionStringsBasedRelease {
    currentBranchId: number;
    currentLanguageId: string;
    date: string;
    progress: number;
    status: string;
}

Properties

currentBranchId: number
currentLanguageId: string
date: string
progress: number
status: string