UpdatesGetNamesResponse type
Contiene datos de respuesta para la operación getNames.
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}