RegistrationsListNextResponse type
Zawiera dane odpowiedzi dla operacji listNext.
type RegistrationsListNextResponse = RegistrationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RegistrationList
}
}