import { IndexedDocument } from "./IndexedDocument"; export interface ISearchResult { hits: Array; processingTimeMs: number; totalHits: number; limit: number; }