Type Alias TimestampedPrimitive<V>

TimestampedPrimitive<V>: {
    at: number;
    value: V;
}

Type Parameters

  • V extends number | string