interface Position {
    end: Point;
    start: Point;
}

Properties

Properties

end: Point
start: Point