WorkbooksCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type WorkbooksCreateOrUpdateResponse = Workbook & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Workbook }
}