API Reference / @evolu/common / Evolu/Internal / OwnerRow

Type Alias: OwnerRow

type OwnerRow = Omit<Owner, "writeKey"> & object;

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

An OwnerRow represents a row in the evolu_owner table, based on an Owner with an added timestamp (TimestampString) for CRDT sync. It supports all Owner variants with an optional writeKey; use createOwnerRow to align it with a specific Owner.

Type declaration

NameTypeDefined in
timestampTimestampStringpackages/common/src/Evolu/Owner.ts:250
writeKey| WriteKey | nullpackages/common/src/Evolu/Owner.ts:249

Was this page helpful?