Share via


SearchGetSearchFuzzyResponse type

getSearchFuzzy işlemi için yanıt verilerini içerir.

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