feat(rbac): role-based access control module (#14310)
This commit is contained in:
committed by
GitHub
parent
d6d7d14a6a
commit
1bfde8dc57
@@ -21,6 +21,7 @@ import {
|
||||
IPricingModuleService,
|
||||
IProductModuleService,
|
||||
IPromotionModuleService,
|
||||
IRbacModuleService,
|
||||
IRegionModuleService,
|
||||
ISalesChannelModuleService,
|
||||
ISettingsModuleService,
|
||||
@@ -82,6 +83,7 @@ declare module "@medusajs/types" {
|
||||
[Modules.CACHING]: ICachingModuleService
|
||||
[Modules.INDEX]: IIndexService
|
||||
[Modules.TRANSLATION]: ITranslationModuleService
|
||||
[Modules.RBAC]: IRbacModuleService
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user