Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 447 Bytes

kibana-plugin-plugins-data-server.isearch.md

File metadata and controls

11 lines (7 loc) · 447 Bytes

Home > kibana-plugin-plugins-data-server > ISearch

ISearch type

Signature:

export declare type ISearch<T extends TStrategyTypes> = (request: IRequestTypesMap[T], options?: ISearchOptions) => Promise<IResponseTypesMap[T]>;