interface TargetLanguageFile {
    id: number;
    statistics: TargetLanguageFileStatistics;
}

Properties

Properties

id: number