diff --git a/types/elasticsearch/index.d.ts b/types/elasticsearch/index.d.ts index b9318c6e60..9560a6e7a5 100644 --- a/types/elasticsearch/index.d.ts +++ b/types/elasticsearch/index.d.ts @@ -9,6 +9,7 @@ // Simon Schick // Paul Brabban // Budi Irawan +// Yonatan Kiron // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 @@ -899,6 +900,7 @@ export interface CatSegmentsParams extends GenericParams { export interface CatShardsParams extends CatCommonParams { index?: NameList; + bytes?: CatBytes; } export interface CatSnapshotsParams extends GenericParams {