共用方式為


AppsAddCustomPrebuiltDomainResponse type

包含 addCustomPrebuiltDomain 作業的回應資料。

type AppsAddCustomPrebuiltDomainResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}