UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

13 lines 238 B
/** * Defines the environment of the API domains. * * @public */ export enum Environment { PROD = 'prod', SANDBOX = 'sbx', /** For internal development only */ QA = 'qa', /** For internal development only */ DEV = 'dev', }