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


OperationsListResponse type

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

type OperationsListResponse = OperationsList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsList
  }
}