UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

10 lines (9 loc) 232 B
/** * Defines the cloud choice of the API domains. * * @public */ export enum CloudChoice { GLOBAL_MULTI = 'GLOBAL-MULTI', //All available cloud regions GLOBAL_GCP = 'GLOBAL-GCP', //Only available GCP-backed cloud regions }