UNPKG

@bitwild/rockets-auth

Version:

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

4 lines 182 B
import { RoleInterface } from '@concepta/nestjs-common'; export interface RocketsAuthRoleInterface extends RoleInterface { } //# sourceMappingURL=rockets-auth-role.interface.d.ts.map