buffalo_panel.type_aliases.IntInput

buffalo_panel.type_aliases.IntInput: TypeAlias = int | numpy.integer[typing.Any] | collections.abc.Sequence['FloatInput'] | numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.integer[typing.Any]]]

Integer input accepted at public API boundaries.

This alias permits scalar integers, NumPy integer scalars, integer sequences, and IntArray values before runtime normalization.