-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default parameters for AggregationInput and Output #10101
`never` is used as the default type parameter for the `aggregation` properties in the different QueryParams. `undefined` is used as the default type parameter for `aggregations` in different query results. The reason `never` is not used is that since the property is not optional, we are not able to construct this object independently of the library functions. (cherry picked from commit 8d1c425)
- Loading branch information
1 parent
6d21006
commit f6f273c
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters