Skip to main content

node-tracker.timestamp

Home > @snowplow/node-tracker > Timestamp

Timestamp type

Algebraic datatype representing possible timestamp type choice

Signature:
type Timestamp = TrueTimestamp | DeviceTimestamp | number;