Description
There is no option of selecting limit_multi_searches in multiSearch using typescript.
Steps to reproduce
typescript complains
Expected Behavior
To already have option for limit_multi_searches in MultiSearchRequestSchema
We can see that it is missing.
Actual Behavior
TS2345: Argument of type { collection: string; limit_multi_searches: number; }' is not assignable to parameter of type 'Partial<MultiSearchRequestSchema>.
Metadata
1.5.4
Mac OS