Type Alias Action

Action:
    | NavigateTo
    | OpenOverlay
    | ToggleOverlay
    | CloseOverlay
    | PreviousScreen
    | OpenUrl

Type for all the possible types of actions in an interaction.