# ResourceEventDto

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.2.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
type ResourceEventDto = {
  ResourceName: string;
  ResourceId: string;
  State: string;
  StateStyle: string;
  HealthStatus: string;
  ExitCode: number;
}
```

## Fields

- `ResourceName`: `string`
- `ResourceId`: `string`
- `State`: `string`
- `StateStyle`: `string`
- `HealthStatus`: `string`
- `ExitCode`: `number`
