Type Alias Triangle

Triangle: {
    a: Point;
    b: Point;
    c: Point;
}