UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

9 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateValidityDto = void 0; const mapped_types_1 = require("@nestjs/mapped-types"); const create_validity_dto_1 = require("./create-validity.dto"); class UpdateValidityDto extends (0, mapped_types_1.PartialType)(create_validity_dto_1.CreateValidityDTO) { } exports.UpdateValidityDto = UpdateValidityDto; //# sourceMappingURL=update-validity.dto.js.map