API generation

This commit is contained in:
delvedor
2021-05-12 17:38:05 +02:00
parent 7b87db49ae
commit 791f2168a3
5 changed files with 88 additions and 0 deletions

View File

@ -2509,6 +2509,11 @@ export interface TasksList extends Generic {
timeout?: string;
}
export interface Termsenum<T = RequestBody> extends Generic {
index: string | string[];
body?: T;
}
export interface Termvectors<T = RequestBody> extends Generic {
index: string;
id?: string;