Interface SearchResult<T, U>

type SearchResult

Type Parameters

  • T

  • U = any

Hierarchy

  • SearchResult

Properties

aggregations?: U

aggregation result

last?: string[]

pagination cursor

list: T[]

item list

total: number

total count of items searched

Generated using TypeDoc