共用方式為


ListManagementTermListsGetAllTermListsResponse type

包含 getAllTermLists 作業的回應資料。

type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TermList[]
  }
}