Skip to content

Commit

Permalink
add aggregations to ISearchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkulkarni committed Apr 23, 2019
1 parent 735672a commit 60d4072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcgis-rest-portal/src/util/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export interface ISearchResult<T extends IItem | IGroup> {
nextStart: number;
results: T[];
nextPage?: () => Promise<ISearchResult<T>>;
aggregations?: { counts: any };
}

0 comments on commit 60d4072

Please sign in to comment.