API generation

This commit is contained in:
delvedor
2020-05-18 09:23:50 +02:00
parent 803739b4cb
commit ac2d1dad53
5 changed files with 23 additions and 23 deletions

View File

@ -745,7 +745,7 @@ export interface IndicesGetAlias extends Generic {
local?: boolean;
}
export interface IndicesGetDataStreams extends Generic {
export interface IndicesGetDataStream extends Generic {
name?: string;
}