channelape-sdk
Version:
A client for interacting with ChannelApe's API
9 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdjustmentType = void 0;
var AdjustmentType;
(function (AdjustmentType) {
AdjustmentType["ADJUST"] = "ADJUST";
AdjustmentType["SET"] = "SET";
})(AdjustmentType = exports.AdjustmentType || (exports.AdjustmentType = {}));
//# sourceMappingURL=AdjustmentType.js.map