Compartilhar via


RegistrationsListResponse type

Contém dados de resposta para a operação de lista.

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