UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

10 lines 823 B
export { AdminUserRolesController } from './controllers/admin-user-roles.controller'; export { RocketsAuthRoleAdminModule } from './modules/rockets-auth-role-admin.module'; export { RocketsAuthRoleInterface } from './interfaces/rockets-auth-role.interface'; export { RocketsAuthRoleEntityInterface } from './interfaces/rockets-auth-role-entity.interface'; export { RocketsAuthRoleCreatableInterface } from './interfaces/rockets-auth-role-creatable.interface'; export { RocketsAuthRoleUpdatableInterface } from './interfaces/rockets-auth-role-updatable.interface'; export { RocketsAuthRoleDto } from './dto/rockets-auth-role.dto'; export { RocketsAuthRoleCreateDto } from './dto/rockets-auth-role-create.dto'; export { RocketsAuthRoleUpdateDto } from './dto/rockets-auth-role-update.dto'; //# sourceMappingURL=index.d.ts.map