import ExportData from './ExportData'; export default interface ExportDataMap { [fileName: string]: ExportData[]; }