From 05c018a0065653e0a23863fd28229bf2898b82b1 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Fri, 2 Sep 2022 23:25:10 +0200 Subject: [PATCH] style: remove unsued type --- src/core/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.