Dela via


RegistrationsListNextResponse type

Innehåller svarsdata för listNästa åtgärden.

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