Matches when the input is greater than or equal to expected (numeric-aware).
expected
@type t() :: %Ussd.Decisions.GreaterThanOrEqualTo{expected: String.t() | number()}
@spec new(String.t() | number()) :: t()