Marker interface representing an action or intent from the user.
This interface is used in the MVVM pattern to define user actions that are handled by the ViewModel. Examples of actions might include button clicks, text input changes, etc.