Dela via


FilesListResponse type

Innehåller svarsdata för liståtgärden.

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