querycollectionresult
@nishans/types / Exports / QueryCollectionResult
Interface: QueryCollectionResult#
Hierarchy#
- QueryCollectionResult
Index#
Properties#
Properties#
recordMap#
• recordMap: Pick<RecordMap, block | space | collection | collection_view>
Defined in: endpoints.ts:329
result#
• result: { aggregationResults: { type: number ; value: number }[] ; blockIds: string[] ; total: number ; type: table }
Type declaration:#
| Name | Type |
|---|---|
aggregationResults | { type: number ; value: number }[] |
blockIds | string[] |
total | number |
type | table |
Defined in: endpoints.ts:320