Type aliases
UnixTimestamp
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.
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.