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