Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
User identity identifiers.
packages/protocol/src/identity/users
userId
export const userId: Schema.Schema<UserId, string> = formatString("uuid").pipe( Schema.brand("UserId"), Schema.annotations({ description: "Branded UserId" }), )
UserId
export type UserId = string & Brand.Brand<"UserId">;
ids.ts