How to get information about multiple actions using Plugin API?

Docs tell only about a single action.

type Reaction = { action: Action | null, trigger: Trigger | null }

This is not yet possible. Figma hasn’t released/updated the API for multiple actions.