UnixTimestamp

type UnixTimestamp = Brand<bigint, "UnixTimestamp">;

This type represents a Unix timestamp in seconds.

It is represented as a bigint in client code and an i64 in server code.