Accessor for getting neighbor route data.

interface IAccessor {
    method: string;
    path: string;
}

Hierarchy (View Summary)

Properties

Properties

method: string

Method of the neighbor route.

path: string

Path of the neighbor route.