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


FilesReadResponse type

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

type FilesReadResponse = FileStorageInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FileStorageInfo
  }
}