UNPKG

@yext/analytics

Version:

An analytics library for Yext

10 lines 198 B
/** * The physical region of the Yext account * * @remarks * Affects the domain the requests are sent to. * * @public */ export type Region = 'US' | 'EU'; //# sourceMappingURL=Region.d.ts.map