UNPKG

@configurator/ravendb

Version:
16 lines 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttachmentResult = void 0; const HttpUtil_1 = require("../../Utility/HttpUtil"); class AttachmentResult { constructor(data, details, _response) { this.data = data; this.details = details; this._response = _response; } dispose() { return (0, HttpUtil_1.closeHttpResponse)(this._response); } } exports.AttachmentResult = AttachmentResult; //# sourceMappingURL=index.js.map