Timestamp

interface Timestamp<T> {
  value: T
  timestamp: number
}

Properties

PropertyTypeDescription
value
timestamp