UNPKG

coveo-search-ui

Version:

Coveo JavaScript Search Framework

11 lines (10 loc) 239 B
export interface IAPICustomEvent { language: string; device: string; searchInterface: string; searchHub: string; responseTime: number; actionType: string; actionCause: string; customMetadatas: { [name: string]: string }; }