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

Properties

currentBranchId: number
currentLanguageId: string
date: string
error?: {
    message: string;
}
progress: number
status: string