共用方式為


GetDomainsResponse type

包含 getDomains 作業的回應資料。

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