Поделиться через


FeaturesAddPhraseListResponse type

Содержит данные ответа для операции addPhraseList.

type FeaturesAddPhraseListResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}