API reference / @evolu/common / local-first / 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/local-first/Owner.ts:64
OwnerId is a branded Id that uniquely identifies an Owner. Branded from Id to leverage existing helpers like idToIdBytes.