Delen via


RegistrationsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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