UpdatesGetOperationsNextResponse type
Contiene datos de respuesta para la operación getOperationsNext.
type UpdatesGetOperationsNextResponse = PageableListOfOperations & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfOperations
}
}