UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

10 lines (9 loc) 171 B
/** * Defines the cloud choice of the API domains. * * @public */ export declare enum CloudChoice { GLOBAL_MULTI = "GLOBAL-MULTI", GLOBAL_GCP = "GLOBAL-GCP" }