UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

14 lines (13 loc) 258 B
/** * Defines the environment of the API domains. * * @public */ export declare enum Environment { PROD = "prod", SANDBOX = "sbx", /** For internal development only */ QA = "qa", /** For internal development only */ DEV = "dev" }