<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [Timestamp](./react-native-tracker.timestamp.md)

## Timestamp type

Algebraic datatype representing possible timestamp type choice

<b>Signature:</b>

```typescript
type Timestamp = TrueTimestamp | DeviceTimestamp | number;
```
