Partager via


UpdatesGetFilesNextResponse type

Contains response data for the getFilesNext operation.

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