Type Alias Point2D

Point2D: {
    x: number | string;
    z: number | string;
}