Interface DividePathParams

interface DividePathParams {
    count: number;
    path: Path<PathProps>;
}

Properties

Properties

count: number