[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Timestamp](https://evolu.dev/docs/api-reference/common/local-first/Timestamp) › TimestampBytes

```ts
type TimestampBytes = Uint8Array<ArrayBufferLike> &
  import("/vercel/path0/packages/common/src/Brand").Brand<"Length16"> &
  import("/vercel/path0/packages/common/src/Brand").Brand<"TimestampBytes">;
```

Defined in: [packages/common/src/local-first/Timestamp.ts:270](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Timestamp.ts#L270)

Sortable bytes representation of [Timestamp](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/Timestamp).