chore: rename extractor type to InferEntityType (#7829)
This commit is contained in:
committed by
GitHub
parent
11502ee2b5
commit
66d17fabde
@@ -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