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