共用方式為


ListManagementTermListsGetDetailsResponse type

包含 getDetails 作業的回應資料。

type ListManagementTermListsGetDetailsResponse = TermList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}