共用方式為


GetDomainResponse type

包含 getDomain 作業的回應資料。

type GetDomainResponse = Domain & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Domain }
}