RegistrationsUpdateResponse type

Contains response data for the update operation.

type RegistrationsUpdateResponse = Registration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Registration
  }
}