Type Alias: GeoId
GeoId =
string
Defined in: packages/hypergraph/src/utils/geo-id.ts:9
Hypergraph Geo IDs are UUIDs without dashes (32 hex chars).
Since older code and tooling may still provide UUIDs with dashes, we accept both and normalize to the dashless format.