# AtsTypeInfo Constructors

- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Type: [AtsTypeInfo](/reference/api/csharp/aspire.typesystem/atstypeinfo.md)
- Kind: `Constructors`
- Members: `1`

Represents type information discovered from [AspireExport(AtsTypeId = "...")].

## AtsTypeInfo

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.TypeSystem/AtsCapabilityInfo.cs#L377-L384)

```csharp
public sealed class AtsTypeInfo
{
    public AtsTypeInfo()
    {
        // ...
    }
}
```
