Share via


FeaturesAddPhraseListResponse type

Contains response data for the addPhraseList operation.

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