UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

11 lines 294 B
/** * Defines the cloud choice of the API domains. * * @public */ export var CloudChoice; (function (CloudChoice) { CloudChoice["GLOBAL_MULTI"] = "GLOBAL-MULTI"; CloudChoice["GLOBAL_GCP"] = "GLOBAL-GCP"; })(CloudChoice || (CloudChoice = {})); //# sourceMappingURL=CloudChoice.js.map