# TypeDefaultsMap

> _Since v0.1.0_

Type defaults registry - a map of type names to their defaults.

```ts
type TypeDefaultsMap = Record<string, TypeDefault>
```
