/** * Enumerates the available tracking adapters for search * @enum {string} */ export enum TrackSearchAdapter { Piwik = 'Piwik' }