@accounts/module-mikro-ormInterfacesAccountsMikroORMModuleConfigOn this pageAccountsMikroORMModuleConfig <CustomUser, CustomEmail, CustomSession, CustomService>Index PropertiesEmailEntityServiceEntitySessionEntityUserEntityemtypeProperties optionalEmailEntityEmailEntity?: Constructor<CustomEmail | Email<CustomUser>>optionalServiceEntityServiceEntity?: Constructor<CustomService | Service<CustomUser>>optionalSessionEntitySessionEntity?: Constructor<CustomSession | Session<CustomUser>>optionalUserEntityUserEntity?: Constructor<CustomUser | IUser<CustomEmail, CustomSession, CustomService>>optionalemem?: EntityManager<IDatabaseDriver<Connection>>optionaltypetype?: Both