buffalo_panel.type_aliases.IntScalar

buffalo_panel.type_aliases.IntScalar: TypeAlias = int | numpy.integer[typing.Any]

Single integer scalar accepted by Buffalo Panel APIs.

This alias allows either a Python int or an equivalent NumPy integer scalar where scalar-only values are required.