Alokai

BaseSearchKeywordInput

type BaseSearchKeywordInput = {
  whitespace?: InputMaybe<WhitespaceSuggestTokenizerInput>;
  custom?: InputMaybe<CustomSuggestTokenizerInput>;
};

Referenced Types

On this page