WorkbooksListBySubscriptionNextResponse type

Contains response data for the listBySubscriptionNext operation.

type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WorkbooksListResult
  }
}