Revert "API: Add types for parameters of gym-university-bladeburner API (#1591)" (#1592)

This reverts commit da8870ed79.
This commit is contained in:
David Walker
2024-08-16 13:45:54 -07:00
committed by GitHub
parent da8870ed79
commit 79bb0d289a
65 changed files with 468 additions and 1044 deletions

View File

@@ -9,11 +9,11 @@ List all general actions.
**Signature:**
```typescript
getGeneralActionNames(): BladeburnerGeneralActionName[];
getGeneralActionNames(): string[];
```
**Returns:**
[BladeburnerGeneralActionName](./bitburner.bladeburnergeneralactionname.md)<!-- -->\[\]
string\[\]
Array of strings containing the names of all general Bladeburner actions.