UNPKG

@bitwild/rockets-auth

Version:

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

9 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RocketsAuthRoleCreateDto = void 0; const swagger_1 = require("@nestjs/swagger"); const rockets_auth_role_dto_1 = require("./rockets-auth-role.dto"); class RocketsAuthRoleCreateDto extends (0, swagger_1.PickType)(rockets_auth_role_dto_1.RocketsAuthRoleDto, ['name', 'description']) { } exports.RocketsAuthRoleCreateDto = RocketsAuthRoleCreateDto; //# sourceMappingURL=rockets-auth-role-create.dto.js.map