Поделиться через


RegistrationsListResponse type

Содержит данные ответа для операции списка.

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