> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typesafe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Type Alias: ScoreMap

```ts theme={null}
type ScoreMap = object;
```

Score descriptions keyed from zero with no gaps; `null` leaves a score undescribed.

## Index Signature

```ts theme={null}
[score: number]: EntryType
```
