UNPKG

@iota-pico/api

Version:
11 lines (10 loc) 191 B
/** * Represents the request for addNeighbors command. * @interface */ export interface IAddNeighborsRequest { /** * List of URI elements. */ uris: string[]; }