FilesReadWriteResponse type

Contains response data for the readWrite operation.

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