Skip to main content

react-native-tracker.timestamp

Home > @snowplow/react-native-tracker > Timestamp

Timestamp type

Algebraic datatype representing possible timestamp type choice

Signature:
type Timestamp = TrueTimestamp | DeviceTimestamp | number;