UNPKG

channelape-sdk

Version:
9 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Environment; (function (Environment) { Environment["PRODUCTION"] = "https://api.channelape.com"; Environment["STAGING"] = "https://staging-api.channelape.com"; })(Environment = exports.Environment || (exports.Environment = {})); exports.default = Environment; //# sourceMappingURL=Environment.js.map