# FoundryToolResource

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

Base class for Foundry tool resources that participate in the Aspire application model.

## Definition

```typescript
interface FoundryToolResource
  extends IResource,
    IFoundryTool { }
```
