Compartir a través de


UpdatesGetFilesNextResponse type

Contiene datos de respuesta para la operación getFilesNext.

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