API reference / @evolu/common / Evolu/Internal / TimestampBytes

Variable: TimestampBytes

const TimestampBytes: BrandType<
  Type<
    "Uint8Array",
    Uint8Array<ArrayBufferLike>,
    Uint8Array<ArrayBufferLike>,
    Uint8ArrayError,
    Uint8Array<ArrayBufferLike>,
    Uint8ArrayError
  >,
  "TimestampBytes",
  BrandWithoutRefineError<"TimestampBytes", Uint8ArrayError>,
  never
>;

Defined in: packages/common/src/Evolu/Timestamp.ts:255

Sortable bytes representation of Timestamp.

Was this page helpful?