> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.types.md).

# Types

Class in [Yarn](/api/csharp/yarn.md)

Inherits from `System.Object`

## Summary

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

```csharp
public static class Types
```

## Properties

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