共用方式為


ListManagementTermListsCreateResponse type

包含建立作業的回應資料。

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