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