@reactor/data — queryresult
@reactor/data / QueryResult
Interface: QueryResult<T>
Section titled “Interface: QueryResult<T>”Defined in: types.ts:81
Query result with optional count.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”count?
Section titled “count?”
optionalcount?:number
Defined in: types.ts:83
data:
T
Defined in: types.ts:82