API ReferenceType Aliases
UserId
Type Alias: UserId
type UserId = string;Defined in: api/friends/types.ts:18
16-byte UUID rendered as a hyphenated string.
Example
const id: UserId = "eabd1d89-239a-4f7b-bbcc-0ae3b26c5202";type UserId = string;Defined in: api/friends/types.ts:18
16-byte UUID rendered as a hyphenated string.
const id: UserId = "eabd1d89-239a-4f7b-bbcc-0ae3b26c5202";