Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 389 Bytes

File metadata and controls

13 lines (8 loc) · 389 Bytes

Home > @snowplow/node-tracker > Timestamp

Timestamp type

Algebraic datatype representing possible timestamp type choice

Signature:

type Timestamp = TrueTimestamp | DeviceTimestamp | number;