# Types

Class in [Yarn](https://docs.yarnspinner.dev/api/csharp/yarn)

Inherits from `System.Object`

## Summary

Contains the built-in types available in the Yarn language.

```csharp
public static class Types
```

## Properties

| Name                                                                                            | Description                                                              |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Any](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types/yarn.types.any)                   | Gets the type representing any value.                                    |
| [Boolean](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types/yarn.types.boolean)           | Gets the type representing boolean values.                               |
| [Number](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types/yarn.types.number)             | Gets the type representing numbers.                                      |
| [String](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types/yarn.types.string)             | Gets the type representing strings.                                      |
| [TypeMappings](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types/yarn.types.typemappings) | Gets a dictionary that maps CLR types to their corresponding Yarn types. |
