FuzzySearchBatchPoller type

The poller type for the fuzzy search batch

type FuzzySearchBatchPoller = SimplePollerLike<
  OperationState<BatchResult<SearchAddressResult>>,
  BatchResult<SearchAddressResult>
>