Inputs
Inputs is the static input-dispatch facade of InputSystem, managing Unity New InputSystem control maps via Inputs.CM and registering/driving Input Actions (universal signal dispatchers) via Inputs.IA.
IInputAction
IInputAction is the input-action interface of InputSystem (universal signal dispatcher) — implementations convert device or plugin input into C# events for subscribers, registered and driven through Inputs.IA.