Interface NumberCycle

interface NumberCycle {
    path: number[];
}

Properties

Properties

path: number[]