interface FileProgress {
    approvalProgress: number;
    branchId: number;
    eTag: string;
    fileId: number;
    phrases: Words;
    translationProgress: number;
    words: Words;
}

Properties

approvalProgress: number
branchId: number

for strings-based projects

eTag: string
fileId: number

for non strings-based projects

phrases: Words
translationProgress: number
words: Words