WorkbooksUpdateResponse type

Contains response data for the update operation.

type WorkbooksUpdateResponse = Workbook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Workbook }
}