UNPKG

channelape-sdk

Version:
9 lines 355 B
"use strict"; 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