Type Alias SnapPoint

SnapPoint: {
    dist: number;
    isConnectToPoint?: boolean;
    shape: Cell | LineParametric | null;
    snapPoint: Point;
    snapType: Snaps;
} | null