API reference / @evolu/common / Evolu/Owner / OwnerId
Variable: OwnerId
const OwnerId: BrandType<
BrandType<
Type<"String", string, string, StringError, string, StringError>,
"Id",
IdError,
StringError
>,
"OwnerId",
BrandWithoutRefineError<"OwnerId", StringError | IdError>,
never
>;
Defined in: packages/common/src/Evolu/Owner.ts:83
OwnerId is a branded Id that uniquely identifies an Owner. Branded from Id to leverage existing helpers like idToIdBytes.