mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
24 lines
634 B
Markdown
24 lines
634 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HacknetServerHashUpgrade](./bitburner.hacknetserverhashupgrade.md)
|
|
|
|
## HacknetServerHashUpgrade type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
type HacknetServerHashUpgrade =
|
|
| "Sell for Money"
|
|
| "Sell for Corporation Funds"
|
|
| "Reduce Minimum Security"
|
|
| "Increase Maximum Money"
|
|
| "Improve Studying"
|
|
| "Improve Gym Training"
|
|
| "Exchange for Corporation Research"
|
|
| "Exchange for Bladeburner Rank"
|
|
| "Exchange for Bladeburner SP"
|
|
| "Generate Coding Contract"
|
|
| "Company Favor";
|
|
```
|