UNPKG

@iota-pico/api

Version:
50 lines (26 loc) 1.06 kB
[@iota-pico/api](../README.md) > [IRemoveNeighborsResponse](../interfaces/iremoveneighborsresponse.md) # Interface: IRemoveNeighborsResponse Represents the response from removeNeighbors command. *__interface__*: ## Hierarchy [ICommonResponse](icommonresponse.md) **↳ IRemoveNeighborsResponse** ## Index ### Properties * [duration](iremoveneighborsresponse.md#duration) * [removedNeighbors](iremoveneighborsresponse.md#removedneighbors) --- ## Properties <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. ___ <a id="removedneighbors"></a> ### removedNeighbors **● removedNeighbors**: *`number`* *Defined in [models/IRemoveNeighborsResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/IRemoveNeighborsResponse.ts#L11* The number of neighbours removed. ___