AppsAddCustomPrebuiltDomainResponse type

Contains response data for the addCustomPrebuiltDomain operation.

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