????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/posts/dto/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/posts/dto/update-post.dto.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdatePostDto = void 0; const swagger_1 = require("@nestjs/swagger"); const create_post_dto_1 = require("./create-post.dto"); class UpdatePostDto extends (0, swagger_1.PartialType)(create_post_dto_1.CreatePostDto) { } exports.UpdatePostDto = UpdatePostDto; //# sourceMappingURL=update-post.dto.js.map