FeaturesAddPhraseListResponse type

包含 addPhraseList 作業的回應資料。

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