Interface Ball

Represents a single lotto ball with its value and type.

Hierarchy

  • Ball

Properties

Properties

type: BallType

The type of the ball, which determines its appearance. See BallType.

value: string | number

The number or string value to display inside the ball.

Generated using TypeDoc