feat(rbac): role-based access control module (#14310)

This commit is contained in:
Carlos R. L. Rodrigues
2026-01-07 05:36:39 -03:00
committed by GitHub
parent d6d7d14a6a
commit 1bfde8dc57
74 changed files with 4186 additions and 3 deletions

View File

@@ -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
}
}