PageBlobClearPagesResponse type

Contains response data for the clearPages operation.

type PageBlobClearPagesResponse = PageBlobClearPagesHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: PageBlobClearPagesHeaders
  }
}