QueryResults interface
Query result
Properties
matching |
Number of total records matching the query. |
signatures | Array containing the results of the query |
Property Details
matchingRecordsCount
Number of total records matching the query.
matchingRecordsCount?: number
Property Value
number
signatures
Array containing the results of the query
signatures?: SingleQueryResult[]