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


ModelPatchClosedListResponse type

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

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