Interface NumberEdge

interface NumberEdge {
    from: number;
    to: number;
}

Properties

Properties

from: number
to: number