InterfacesPointOptionsOn this pagePointOptionsThe PointOptions interface represents the options for configuring a point in the game.Definitioninterface PointOptions { color?: string; weight?: number;}PropertiescolorType: string (optional)The color of the point.weightType: number (optional)The weight (size) of the point.