AppsListDomainsResponse type

Contains response data for the listDomains operation.

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