UNPKG

@yext/analytics

Version:

An analytics library for Yext

10 lines (9 loc) 230 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';