channelape-sdk
Version:
A client for interacting with ChannelApe's API
6 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdjustmentType = void 0;
var AdjustmentType_1 = require("./enum/AdjustmentType");
Object.defineProperty(exports, "AdjustmentType", { enumerable: true, get: function () { return AdjustmentType_1.AdjustmentType; } });
//# sourceMappingURL=index.js.map