MyWorkbooksListBySubscriptionNextResponse type
Contains response data for the listBySubscriptionNext operation.
type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MyWorkbooksListResult
}
}