共用方式為


FeaturesGetPhraseListResponse type

包含 getPhraseList 作業的回應資料。

type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PhraseListFeatureInfo
  }
}