chore: rename extractor type to InferEntityType (#7829)

This commit is contained in:
Adrien de Peretti
2024-06-25 13:43:11 +02:00
committed by GitHub
parent 11502ee2b5
commit 66d17fabde
4 changed files with 48 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ import { entityNameToLinkableKeysMap, joinerConfig } from "../joiner-config"
type InjectedDependencies = {
baseRepository: DAL.RepositoryService
currencyService: ModulesSdkTypes.IMedusaInternalService<any>
currencyService: ModulesSdkTypes.IMedusaInternalService<typeof Currency>
}
export default class CurrencyModuleService