Bagikan melalui


RegistrationsGetResponse type

Berisi data respons untuk operasi get.

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