ServicesCheckChildrenNameAvailabilityResponse type
Содержит данные ответа для операции checkChildrenNameAvailability.
type ServicesCheckChildrenNameAvailabilityResponse =
NameAvailabilityResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NameAvailabilityResponse
}
}