Delen via


MyWorkbooksGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type MyWorkbooksGetResponse = MyWorkbook & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MyWorkbook
  }
}