FilesReadWriteResponse type
Содержит данные ответа для операции readWrite.
type FilesReadWriteResponse = FileStorageInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FileStorageInfo
}
}