Interface representing a prompt for selecting a Bear task action.

PromptAction

interface PromptAction {
    action: Actions;
}

Properties

Properties

action: Actions

The selected Bear task action.

Generated using TypeDoc