Interface SearchRecordsResponseResult

SearchRecordsResponseResult

interface SearchRecordsResponseResult {
    hits: Hit[];
}

Properties

Properties

hits: Hit[]

The hits for the search document request.

SearchRecordsResponseResult