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