diff --git a/src/core/utils.ts b/src/core/utils.ts index 8c85207c..2c308b6e 100644 --- a/src/core/utils.ts +++ b/src/core/utils.ts @@ -1,5 +1,5 @@ import { Connection, EntityManager, EntitySubscriberInterface, Repository } from 'typeorm'; -import { Constructor, MixinReturnType, Type } from './types'; +import { Constructor, MixinReturnType } from './types'; /** * For repository context, you should extends repository and the medusa target repository.