UNPKG

@yext/analytics

Version:

An analytics library for Yext

10 lines 203 B
/** * The Yext Environments * * @remarks * Affects the domain the requests are sent to. * * @public */ export type Environment = 'PRODUCTION' | 'SANDBOX'; //# sourceMappingURL=Environment.d.ts.map