Type alias Line

Line: {
    from: Coord;
    to: Coord;
}

Линич from/to

Type declaration

Generated using TypeDoc