Bagikan melalui


RegistrationsUpdateResponse type

Berisi data respons untuk operasi pembaruan.

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