import { ILogHit } from "./ilog-hit"; export interface ILogResults { total: number; max_score?: string; hits: ILogHit[]; }