Skip to content

Commit

Permalink
TS for strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Jul 13, 2020
1 parent e358a90 commit c3bc240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/data/server/search/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface ISearchOptions {
* An `AbortSignal` that allows the caller of `search` to abort a search request.
*/
signal?: AbortSignal;
strategy?: string;
}

export interface ISearchSetup {
Expand Down

0 comments on commit c3bc240

Please sign in to comment.