UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

9 lines 123 B
/** * Defines the cloud region of the API domains. * * @public */ export enum CloudRegion { US = 'us', EU = 'eu', }