# ServiceDependency

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

## Definition

```typescript
interface ServiceDependency {
  condition: string;
}
```

## Properties

- `condition`: `string` `get - set` -- Gets the Condition property
