UNPKG

amocrm-client

Version:
15 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelfLinkDTO = void 0; const tslib_1 = require("tslib"); const class_transformer_1 = require("class-transformer"); class LinkDTO { } class SelfLinkDTO { } tslib_1.__decorate([ (0, class_transformer_1.Type)(() => LinkDTO), tslib_1.__metadata("design:type", LinkDTO) ], SelfLinkDTO.prototype, "self", void 0); exports.SelfLinkDTO = SelfLinkDTO; //# sourceMappingURL=link.dto.js.map