共用方式為


AppsListDomainsResponse type

包含 listDomains 作業的回應資料。

type AppsListDomainsResponse = string[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}