ServicesCheckNameAvailabilityResponse type

Contains response data for the checkNameAvailability operation.

type ServicesCheckNameAvailabilityResponse = NameAvailabilityResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NameAvailabilityResponse
  }
}