????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/roles/dto/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/roles/dto/update-role.dto.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateRoleDto = void 0; const mapped_types_1 = require("@nestjs/mapped-types"); const create_role_dto_1 = require("./create-role.dto"); class UpdateRoleDto extends (0, mapped_types_1.PartialType)(create_role_dto_1.CreateRoleDto) { } exports.UpdateRoleDto = UpdateRoleDto; //# sourceMappingURL=update-role.dto.js.map