UNPKG

@iota-pico/api

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