# AtsDtoTypeInfo Constructors

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

Represents a DTO type discovered from [AspireDto] attributes. Used for generating TypeScript interfaces for DTOs.

## AtsDtoTypeInfo

- Name: `Constructor`

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