# TypeMappings

Property in [BuiltinTypes](https://docs.yarnspinner.dev/2.4/api/csharp/yarn/yarn.builtintypes)

## Summary

Gets a dictionary that maps CLR types to their corresponding Yarn types.

```csharp
public static IReadOnlyDictionary<System.Type, Yarn.IType> TypeMappings { get; };
```
