Interface ResultsResponse<T>

Response to a Query that contains the results

Type Parameters

Hierarchy

  • ResultsResponse

Properties

Properties

count: number
items: ResultItem<T>[]
offset: number
type: DataType[]

Generated using TypeDoc