feat: add role user modules and shared table updates

This commit is contained in:
2026-06-15 20:07:06 +05:30
parent 8d4ff49633
commit bea47d29d5
21 changed files with 1245 additions and 133 deletions

View File

@@ -6,3 +6,6 @@ export * from './video.service';
export * from './detection.service';
export * from './session.service';
export { projectDataService } from './project.service';
export * from './permission.service';
export * from './role.service';
export * from './user.service';