Compartir a través de


FeaturesAddPhraseListResponse type

Contiene datos de respuesta para la operación addPhraseList.

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