Interface RoutingTable

interface RoutingTable {
    size: number;
}

Properties

Properties

size: number