Type Alias Point2D

Point2D: {
    x: number;
    y: number;
}