Skip to content

DoCurious API Reference / types / UUID

Type Alias: UUID

UUID = string

Defined in: types/common.types.ts:147

Branded string alias for UUID identifiers used across all entity types.

Remarks

Backend uses actual UUIDs; the adapter layer promotes uuid to id. On the frontend this is typed as string for simplicity.

DoCurious Platform Documentation