SearchGetSearchFuzzyResponse type

Contains response data for the getSearchFuzzy operation.

type SearchGetSearchFuzzyResponse = SearchFuzzyResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchFuzzyResponse,
  },
}