共用方式為


FeaturesListPhraseListsResponse type

包含 listPhraseLists 作業的回應資料。

type FeaturesListPhraseListsResponse = PhraseListFeatureInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PhraseListFeatureInfo[]
  }
}