API Reference / @evolu/common / Evolu/Internal / OwnerWithWriteAccess
Interface: OwnerWithWriteAccess
Defined in: packages/common/src/Evolu/Owner.ts:66
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
encryptionKey | readonly | Uint8Array <ArrayBufferLike > & Brand <"Length32" > & Brand <"EncryptionKey" > | packages/common/src/Evolu/Owner.ts:68 |
id | readonly | string & Brand <"Id" > & Brand <"OwnerId" > | packages/common/src/Evolu/Owner.ts:67 |
writeKey | readonly | Uint8Array <ArrayBufferLike > & Brand <`Length${number & Brand<"Int"> & Brand<"NonNegative">}` > & Brand <"WriteKey" > | packages/common/src/Evolu/Owner.ts:69 |