[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Lookup](https://evolu.dev/docs/api-reference/common/Lookup) › StructuralScalar

```ts
type StructuralScalar = string | number | boolean | null | Uint8Array;
```

Defined in: [packages/common/src/Lookup.ts:261](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Lookup.ts#L261)

Scalar branch shared by [StructuralKey](https://evolu.dev/docs/api-reference/common/Lookup/type-aliases/StructuralKey) and [Structural](https://evolu.dev/docs/api-reference/common/Lookup/type-aliases/Structural).