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

Properties

Properties

id: string