UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 237 B
import { IndexedDocument } from "./IndexedDocument"; export interface ISearchResult<TIndexedDocument extends IndexedDocument> { hits: Array<TIndexedDocument>; processingTimeMs: number; totalHits: number; limit: number; }