Delen via


RegistrationsListNextResponse type

Bevat antwoordgegevens voor de listNext-bewerking.

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