@mikro-orm/coreInterfacesVersion: NextOn this pageUpsertOptions <Entity, Fields>HierarchyOmit<NativeInsertUpdateOptions<Entity>, upsert>UpsertOptionsUpsertManyOptionsIndex PropertiesconvertCustomTypesctxdisableIdentityMaploggerContextonConflictActiononConflictExcludeFieldsonConflictFieldsonConflictMergeFieldsonConflictWhereschemaProperties optionalinheritedconvertCustomTypesconvertCustomTypes?: booleanoptionalinheritedctxctx?: anyoptionaldisableIdentityMapdisableIdentityMap?: booleanoptionalinheritedloggerContextloggerContext?: LogContextoptionalonConflictActiononConflictAction?: merge | ignoreoptionalonConflictExcludeFieldsonConflictExcludeFields?: AutoPath<Entity, Fields, *, 9>[]optionalonConflictFieldsonConflictFields?: RawQueryFragment | keyof Entity[]optionalonConflictMergeFieldsonConflictMergeFields?: AutoPath<Entity, Fields, *, 9>[]optionalonConflictWhereonConflictWhere?: FilterQuery<Entity>optionalinheritedschemaschema?: string