ServicesCheckChildrenNameAvailabilityResponse type

Contains response data for the checkChildrenNameAvailability operation.

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