feat(index): Index module foundation (#9095)
**What** Index module foundation Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3cfcd075ae
commit
58167b5dfa
File diff suppressed because it is too large
Load Diff
@@ -49,6 +49,7 @@ export enum Modules {
|
||||
CURRENCY = "Currency",
|
||||
FILE = "File",
|
||||
NOTIFICATION = "Notification",
|
||||
INDEX = "Index",
|
||||
}
|
||||
|
||||
export const ModuleRegistrationName = Modules
|
||||
@@ -78,5 +79,6 @@ declare module "@medusajs/types" {
|
||||
[Modules.CURRENCY]: ICurrencyModuleService
|
||||
[Modules.FILE]: IFileModuleService
|
||||
[Modules.NOTIFICATION]: INotificationModuleService
|
||||
[Modules.INDEX]: any // TODO: define index module interface
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user