API generation
This commit is contained in:
5
api/requestParams.d.ts
vendored
5
api/requestParams.d.ts
vendored
@ -1998,6 +1998,11 @@ export interface RollupPutJob<T = RequestBody> extends Generic {
|
||||
body: T;
|
||||
}
|
||||
|
||||
export interface RollupRollup<T = RequestBody> extends Generic {
|
||||
index: string;
|
||||
body: T;
|
||||
}
|
||||
|
||||
export interface RollupRollupSearch<T = RequestBody> extends Generic {
|
||||
index: string | string[];
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user