RunAggregationQueryResponse typedef

RunAggregationQueryResponse = List<RunAggregationQueryResponseElement>

The response for Firestore.RunAggregationQuery.

Implementation

typedef RunAggregationQueryResponse =
    core.List<RunAggregationQueryResponseElement>;