@yext/search-core
Version:
Typescript Networking Library for the Yext Search API
14 lines • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudChoice = void 0;
/**
* Defines the cloud choice of the API domains.
*
* @public
*/
var CloudChoice;
(function (CloudChoice) {
CloudChoice["GLOBAL_MULTI"] = "GLOBAL-MULTI";
CloudChoice["GLOBAL_GCP"] = "GLOBAL-GCP";
})(CloudChoice = exports.CloudChoice || (exports.CloudChoice = {}));
//# sourceMappingURL=CloudChoice.js.map