Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Mar 17, 2020
1 parent b83f24f commit 377bb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/endpoint/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ export interface AlertResultList {
}

export interface HostResultList {
/* the endpoints restricted by the page size */
/* the hosts restricted by the page size */
hosts: HostMetadata[];
/* the total number of unique endpoints in the index */
/* the total number of unique hosts in the index */
total: number;
/* the page size requested */
request_page_size: number;
Expand Down

0 comments on commit 377bb03

Please sign in to comment.