/** * file basic info */ export default interface IDataFileInfo { name: string; path: string; }