PageBlobCopyIncrementalResponse type

Contains response data for the copyIncremental operation.

type PageBlobCopyIncrementalResponse = PageBlobCopyIncrementalHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: PageBlobCopyIncrementalHeaders
  }
}