@yext/search-core
Version:
Typescript Networking Library for the Yext Search API
15 lines • 411 B
JavaScript
/**
* Defines the environment of the API domains.
*
* @public
*/
export 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 || (Environment = {}));
//# sourceMappingURL=Environment.js.map