Preparing search index...
The search index is not available
@spinque/query-api
@spinque/query-api
ResultsResponse
Interface ResultsResponse<T>
Response to a Query that contains the results
interface
ResultsResponse
<
T
>
{
count
:
number
;
items
:
ResultItem
<
T
>
[]
;
offset
:
number
;
type
:
DataType
[]
;
}
Type Parameters
T
=
TupleTypes
[]
Index
Properties
count
items
offset
type
Properties
count
count
:
number
items
items
:
ResultItem
<
T
>
[]
offset
offset
:
number
type
type
:
DataType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
items
offset
type
@spinque/query-api
Loading...
Response to a Query that contains the results