UNPKG

@yext/analytics

Version:

An analytics library for Yext

10 lines (9 loc) 162 B
/** * The Yext Environments * * @remarks * Affects the domain the requests are sent to. * * @public */ export type Environment = 'PRODUCTION' | 'SANDBOX';