[@iota-pico/api](../README.md) > [IAddNeighborsResponse](../interfaces/iaddneighborsresponse.md)

# Interface: IAddNeighborsResponse

Represents the response from addNeighbors command.
*__interface__*: 

## Hierarchy

 [ICommonResponse](icommonresponse.md)

**↳ IAddNeighborsResponse**

## Index

### Properties

* [addedNeighbors](iaddneighborsresponse.md#addedneighbors)
* [duration](iaddneighborsresponse.md#duration)

---

## Properties

<a id="addedneighbors"></a>

###  addedNeighbors

**● addedNeighbors**: *`number`*

*Defined in [models/IAddNeighborsResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/IAddNeighborsResponse.ts#L11*

The number of neighbours added.

___
<a id="duration"></a>

###  duration

**● duration**: *`number`*

*Inherited from [ICommonResponse](icommonresponse.md).[duration](icommonresponse.md#duration)*

*Defined in [models/ICommonResponse.ts:9](https://github.com/iota-pico/api/tree/master/src/models/ICommonResponse.ts#L9*

The duration of the request.

___

