bitburner-src/markdown/bitburner.purchaseableprogram.md

20 lines
450 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [PurchaseableProgram](./bitburner.purchaseableprogram.md)
## PurchaseableProgram type
<b>Signature:</b>
```typescript
type PurchaseableProgram =
| "brutessh.exe"
| "ftpcrack.exe"
| "relaysmtp.exe"
| "httpworm.exe"
| "sqlinject.exe"
| "deepscanv1.exe"
| "deepscanv2.exe"
| "autolink.exe";
```