Bagikan melalui


RegistrationsListResponse type

Berisi data respons untuk operasi daftar.

type RegistrationsListResponse = RegistrationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RegistrationList
  }
}