API generation
This commit is contained in:
5
api/requestParams.d.ts
vendored
5
api/requestParams.d.ts
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user