Skip to content

Commit

Permalink
style: remove unsued type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Sep 2, 2022
1 parent c49ac0f commit 05c018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 05c018a

Please sign in to comment.