Dela via


ScheduleUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type ScheduleUpdateResponse = Schedule & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}