Const
UUID type for unique identifiers.
A branded type that ensures type safety for UUID strings.
const id: Uuid = Uuid.parse("123e4567-e89b-12d3-a456-426614174000"); Copy
const id: Uuid = Uuid.parse("123e4567-e89b-12d3-a456-426614174000");
UUID type for unique identifiers.
A branded type that ensures type safety for UUID strings.