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


RegistrationsGetResponse type

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

type RegistrationsGetResponse = Registration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Registration
  }
}