Compartir a través de


UpdatesGetVersionsNextResponse type

Contiene datos de respuesta para la operación getVersionsNext.

type UpdatesGetVersionsNextResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}