export default class FileStatInfo { fileName: string = ''; languageId: string = ''; length: number = 0; lineCount: number = 0; }