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


ModelDeleteClosedListResponse type

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

type ModelDeleteClosedListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}