UNPKG

@bitwild/rockets-auth

Version:

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

5 lines 282 B
import { RoleDto } from '@concepta/nestjs-role'; import { RocketsAuthRoleInterface } from '../interfaces/rockets-auth-role.interface'; export declare class RocketsAuthRoleDto extends RoleDto implements RocketsAuthRoleInterface { } //# sourceMappingURL=rockets-auth-role.dto.d.ts.map