@kontent-ai/management-sdk
Version:
Official Kontent.ai management SDK
14 lines • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GenericResponses = void 0;
const base_responses_1 = require("../base-responses");
var GenericResponses;
(function (GenericResponses) {
class GenericResponse extends base_responses_1.BaseResponses.BaseContentManagementResponse {
constructor(debug, response) {
super(debug, response, response);
}
}
GenericResponses.GenericResponse = GenericResponse;
})(GenericResponses || (exports.GenericResponses = GenericResponses = {}));
//# sourceMappingURL=generic-responses.js.map