@mikro-orm/coreInterfacesVersion: NextOn this pageIndexOptions <T, H>HierarchyBaseOptions<T, H>IndexOptionsIndex PropertiesexpressionnameoptionspropertiestypeProperties optionalinheritedexpressionexpression?: string | (T extends EntityClass<P> ? IndexCallback<P> : IndexCallback<T>)optionalinheritednamename?: stringoptionalinheritedoptionsoptions?: Dictionaryoptionalinheritedpropertiesproperties?: T extends EntityClass<P> ? Properties<P, H> : Properties<T, H>optionaltypetype?: string