@iota-pico/api
Version:
IOTA Pico Framework API
34 lines (17 loc) • 543 B
Markdown
[@iota-pico/api](../README.md) > [IAddNeighborsRequest](../interfaces/iaddneighborsrequest.md)
# Interface: IAddNeighborsRequest
Represents the request for addNeighbors command.
*__interface__*:
## Hierarchy
**IAddNeighborsRequest**
## Index
### Properties
* [uris](iaddneighborsrequest.md#uris)
## Properties
<a id="uris"></a>
### uris
**● uris**: *`string`[]*
*Defined in [models/IAddNeighborsRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IAddNeighborsRequest.ts#L9*
List of URI elements.
___