# TypeDeclarations

Property in [CompilationJob](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.compilationjob)

## Summary

The collection of type declarations that should be imported and made available to the compiler, prior to compilation.

```csharp
public IEnumerable<IType>? TypeDeclarations { get; set; }
```
