UNPKG

@yext/analytics

Version:

An analytics library for Yext

10 lines 272 B
/** * An enum for the Search Version Labels * * @remarks * Affects the contents of the versionLabel field in the search object field in the event payload. * * @public */ export type VersionLabel = 'PRODUCTION' | 'STAGING'; //# sourceMappingURL=VersionLabel.d.ts.map