Freigeben über


UpdatesGetUpdateResponse type

Contains response data for the getUpdate operation.

type UpdatesGetUpdateResponse = Update & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Update }
}