chore: rename extractor type to InferEntityType (#7829)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user