@yext/search-core
Version:
Typescript Networking Library for the Yext Search API
18 lines • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Environment = void 0;
/**
* Defines the environment of the API domains.
*
* @public
*/
var Environment;
(function (Environment) {
Environment["PROD"] = "prod";
Environment["SANDBOX"] = "sbx";
/** For internal development only */
Environment["QA"] = "qa";
/** For internal development only */
Environment["DEV"] = "dev";
})(Environment = exports.Environment || (exports.Environment = {}));
//# sourceMappingURL=Environment.js.map