API reference / @evolu/common / Evolu/Owner / OwnerIdBytes

Variable: OwnerIdBytes

const OwnerIdBytes: BrandType<
  BrandType<
    BrandType<
      Type<
        "Uint8Array",
        Uint8Array<ArrayBufferLike>,
        Uint8Array<ArrayBufferLike>,
        Uint8ArrayError,
        Uint8Array<ArrayBufferLike>,
        Uint8ArrayError
      >,
      "Length16",
      LengthError<16>,
      Uint8ArrayError
    >,
    "IdBytes",
    BrandWithoutRefineError<"IdBytes", LengthError<16> | Uint8ArrayError>,
    never
  >,
  "OwnerIdBytes",
  BrandWithoutRefineError<
    "OwnerIdBytes",
    BrandWithoutRefineError<"IdBytes", LengthError<16> | Uint8ArrayError>
  >,
  never
>;

Defined in: packages/common/src/Evolu/Owner.ts:87

Bytes representation of OwnerId.

Was this page helpful?