type ConfigProps = { storeOptions: any[], version: number, ePath: string, } export default ConfigProps;