Type alias LayerFork

LayerFork: {
    branches?: LayerFork[][];
    orders: LayerOrders;
}

Type declaration