# TSAction

Predefined action types for reporting user actions via [`triggerAction()`](/sdk-ref/react-native-ts-accountprotection/drs#triggeraction).

The list of supported action types is continuously expanding. For the complete, up-to-date list of action types and their descriptions, see [Recommendations](/guides/risk/recommendations#action-types).

## Usage

```javascript
import { triggerAction, TSAction } from 'react-native-ts-accountprotection';

const response = await triggerAction(TSAction.login);
```