Поделиться через


FilesListNextResponse type

Содержит данные ответа для операции listNext.

type FilesListNextResponse = FileList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: FileList }
}